Sync with L2jServer HighFive Oct 22nd 2015.

This commit is contained in:
MobiusDev
2015-10-23 22:36:15 +00:00
parent ad889659fa
commit d49a007f9d
44 changed files with 1636 additions and 1117 deletions

View File

@ -1738,7 +1738,7 @@ public final class SkillTreesData implements IXmlReader
*/
public static SkillTreesData getInstance()
{
return SingletonHolder._instance;
return SingletonHolder.INSTANCE;
}
/**
@ -1746,6 +1746,6 @@ public final class SkillTreesData implements IXmlReader
*/
private static class SingletonHolder
{
protected static final SkillTreesData _instance = new SkillTreesData();
protected static final SkillTreesData INSTANCE = new SkillTreesData();
}
}