1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-07 07:06:41 +02:00

Allow the build server to build again.

This commit is contained in:
snowleo
2011-08-28 06:16:01 +02:00
parent 5ee8b6efe2
commit 9eb2d11e63

View File

@@ -3,11 +3,12 @@ package com.earth2me.essentials.yaml;
import me.snowleo.yaml.YamlClass;
import me.snowleo.yaml.YamlComment;
@YamlClass
public class Settings extends SettingsYaml
//@YamlClass
public class Settings //extends SettingsYaml
{
@YamlComment(comment = "Hello")
//@YamlComment(comment = "Hello")
protected General test = new General();
protected boolean test3;
boolean test2 = true;
public Settings() {