Remove a comment we no longer need.

This commit is contained in:
Olof Larsson 2013-04-12 09:52:23 +02:00
parent f2b24003bf
commit cfd172b7b9

View File

@ -125,29 +125,6 @@ public class FactionColl extends Coll<Faction, String>
return this.get(Const.FACTIONID_NONE);
}
/*
private FactionColl()
{
super
(
Faction.class,
new CopyOnWriteArrayList<Faction>(),
new ConcurrentHashMap<String, Faction>(),
new File(Factions.get().getDataFolder(), "factions.json"),
Factions.get().gson
);
}
@Override
public Type getMapType()
{
return new TypeToken<Map<String, Faction>>(){}.getType();
}
*/
// -------------------------------------------- //
// FACTION TAG
// -------------------------------------------- //