From cfd172b7b95fecd7ac02ba6e467f1d4ab376000c Mon Sep 17 00:00:00 2001 From: Olof Larsson Date: Fri, 12 Apr 2013 09:52:23 +0200 Subject: [PATCH] Remove a comment we no longer need. --- .../massivecraft/factions/FactionColl.java | 23 ------------------- 1 file changed, 23 deletions(-) diff --git a/src/com/massivecraft/factions/FactionColl.java b/src/com/massivecraft/factions/FactionColl.java index b42edf2e..1caa06d9 100644 --- a/src/com/massivecraft/factions/FactionColl.java +++ b/src/com/massivecraft/factions/FactionColl.java @@ -125,29 +125,6 @@ public class FactionColl extends Coll return this.get(Const.FACTIONID_NONE); } - /* - private FactionColl() - { - super - ( - Faction.class, - new CopyOnWriteArrayList(), - new ConcurrentHashMap(), - new File(Factions.get().getDataFolder(), "factions.json"), - Factions.get().gson - ); - } - - @Override - public Type getMapType() - { - return new TypeToken>(){}.getType(); - } - - */ - - - // -------------------------------------------- // // FACTION TAG // -------------------------------------------- //