1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

make them non-final

This commit is contained in:
oblonski 2013-12-29 23:36:11 +01:00
parent c4d2e65992
commit 8234ff8638
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@
package jsprit.core.problem.job;
public final class Delivery extends Service{
public class Delivery extends Service{
public static class Builder extends Service.Builder {

View file

@ -16,7 +16,7 @@
******************************************************************************/
package jsprit.core.problem.job;
public final class Pickup extends Service {
public class Pickup extends Service {
public static class Builder extends Service.Builder {