Skip to content
Snippets Groups Projects
Commit eeb4a914 authored by Daniel Ratiu's avatar Daniel Ratiu
Browse files

refs 1151
parent 094acb93
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ public abstract class PrototypeProviderBase implements IPrototypeProvider {
protected final List<Prototype> prototypes = new ArrayList<Prototype>();
/** Stores the prototypes categories. */
private final Map<String, PrototypeCategory> categories =
protected final Map<String, PrototypeCategory> categories =
new HashMap<String, PrototypeCategory>();
/** Constructor. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment