1
0
mirror of https://github.com/DanilaFe/abacus synced 2026-01-11 09:35:23 +00:00

Make the map private.

This commit is contained in:
2017-08-08 10:13:35 -07:00
parent 536cac7b23
commit d10536155b

View File

@@ -14,7 +14,7 @@ public abstract class NumberImplementation {
/**
* The list of paths through which this implementation can be promoted.
*/
protected Map<Class<? extends NumberInterface>, Function<NumberInterface, NumberInterface>> promotionPaths;
private Map<Class<? extends NumberInterface>, Function<NumberInterface, NumberInterface>> promotionPaths;
/**
* The implementation class for this implementation.
*/