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:
parent
5a96c58aca
commit
ccd3794fa4
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ public class IterationWithoutImprovementTermination implements PrematureAlgorith
|
|||
|
||||
private int noIterationWithoutImprovement;
|
||||
|
||||
private int iterationsWithoutImprovement = 0;
|
||||
protected int iterationsWithoutImprovement = 0;
|
||||
|
||||
/**
|
||||
* Constructs termination.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue