Commit a4a0c5d5 authored by Noric Couderc's avatar Noric Couderc
Browse files

Renamed method in MapApplication

The method should be called runRemove2 because it is remove(int).
parent e013177b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ public class MapApplication extends Application<Map<Integer, Integer>> {
        dataStructure.putAll(argument);
    }

    public Integer runRemove3() {
    public Integer runRemove2() {
        return dataStructure.remove(generateIndex()); }

    public int runSize() { return dataStructure.size(); }