mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
remove redundant method VehicleRoutingProblem.newBuilderInstance()
This commit is contained in:
parent
e15df333cc
commit
8df602f8b8
1 changed files with 1 additions and 5 deletions
|
|
@ -306,10 +306,6 @@ public class VehicleRoutingProblem {
|
|||
HETEROGENEOUS, HOMOGENEOUS;
|
||||
}
|
||||
|
||||
public static Builder newBuilderInstance(){
|
||||
return new Builder();
|
||||
}
|
||||
|
||||
public static Logger log = Logger.getLogger(VehicleRoutingProblem.class);
|
||||
|
||||
private static Logger logger = Logger.getLogger(VehicleRoutingProblem.class);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue