reduce visibility for getHighestInteger(), only needed for tests
This commit is contained in:
@@ -188,7 +188,7 @@ public class UniqueStringIntegerPairs {
|
|||||||
return intToString.get(second);
|
return intToString.get(second);
|
||||||
}
|
}
|
||||||
|
|
||||||
public Integer getHighestInteger() {
|
Integer getHighestInteger() {
|
||||||
return intToString.size() == 0 ? -1 : intToString.size() - 1;
|
return intToString.size() == 0 ? -1 : intToString.size() - 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user