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

make private field protected

This commit is contained in:
hilaminster 2019-10-31 10:16:53 +02:00
parent 5a96c58aca
commit ccd3794fa4

View file

@ -37,7 +37,7 @@ public class IterationWithoutImprovementTermination implements PrematureAlgorith
private int noIterationWithoutImprovement;
private int iterationsWithoutImprovement = 0;
protected int iterationsWithoutImprovement = 0;
/**
* Constructs termination.