-
Enhancement
-
Resolution: Done
-
Minor
-
None
-
None
EnumMap can be used instead of HashMap to hold the enum key values in CommandContextImpl since CommandContext.Scope is an enum:
private Map<Scope, Map<String, Object>> map = new HashMap<>();