We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8341c6 commit fe80237Copy full SHA for fe80237
src/main/java/scorekeep/StateFactory.java
@@ -6,7 +6,6 @@
6
7
public class StateFactory {
8
private final SecureRandom random = new SecureRandom();
9
- private final HashMap<String, State> allStates = new HashMap<String, State>(1);
10
private final StateModel model = new StateModel();
11
12
public StateFactory(){
0 commit comments