You shouldn't be here, little guy. The ConfigurationNode is a tough place for a young keyword to live.

This commit is contained in:
Dinnerbone 2011-02-04 12:17:47 +00:00
parent bcecd8c6e3
commit 7f6f90a20e

View File

@ -9,7 +9,7 @@ import java.util.Map;
* *
* @author sk89q * @author sk89q
*/ */
public abstract class ConfigurationNode { public class ConfigurationNode {
protected Map<String, Object> root; protected Map<String, Object> root;
ConfigurationNode(Map<String, Object> root) { ConfigurationNode(Map<String, Object> root) {