mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-03 23:07:40 +01:00
You shouldn't be here, little guy. The ConfigurationNode is a tough place for a young keyword to live.
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
b0bab301fe
commit
45fb505a90
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user