Sync with L2jServer HighFive Oct 22nd 2015.
This commit is contained in:
@ -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();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user