
|
If you were logged in you would be able to see more operations.
|
|
|
|
Attribute "private final Map<String, String> instantiators" in class org.granite.config.GraniteConfig is actually not used.
Line #624 in class org.granite.config.GraniteConfig (in method loadCustomInstantiators) should be
this.instantiators.put(instantiator.get("@type"), instantiator.get("."));
instead of being
instantiators.put(instantiator.get("@type"), instantiator.get("."));
|
|
Description
|
Attribute "private final Map<String, String> instantiators" in class org.granite.config.GraniteConfig is actually not used.
Line #624 in class org.granite.config.GraniteConfig (in method loadCustomInstantiators) should be
this.instantiators.put(instantiator.get("@type"), instantiator.get("."));
instead of being
instantiators.put(instantiator.get("@type"), instantiator.get(".")); |
Show » |
Sort Order:
|