mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
change logger name acc to class
This commit is contained in:
parent
66e866aa76
commit
ec63e7b466
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ class JobNeighborhoodsOptimized implements JobNeighborhoods {
|
|||
}
|
||||
}
|
||||
|
||||
private static Logger logger = LoggerFactory.getLogger(JobNeighborhoodsImpl.class);
|
||||
private static Logger logger = LoggerFactory.getLogger(JobNeighborhoodsOptimized.class);
|
||||
|
||||
private VehicleRoutingProblem vrp;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue