buildframework/helium/sf/java/signaling/src/com/nokia/helium/signal/ant/types/SignalListenerConfig.java
changeset 628 7c4a911dc066
parent 587 85df38eb4012
child 645 b8d81fa19e7d
--- a/buildframework/helium/sf/java/signaling/src/com/nokia/helium/signal/ant/types/SignalListenerConfig.java	Wed Jun 16 16:51:40 2010 +0300
+++ b/buildframework/helium/sf/java/signaling/src/com/nokia/helium/signal/ant/types/SignalListenerConfig.java	Fri Aug 13 14:59:05 2010 +0300
@@ -18,8 +18,9 @@
  
 package com.nokia.helium.signal.ant.types;
 
+import java.util.Vector;
+
 import org.apache.tools.ant.types.DataType;
-import java.util.Vector;
 
 /**
  * This Ant type defines a signal input for listener based signals.
@@ -154,29 +155,4 @@
         }
         return signalNotifierInputs.get(0);
     }
-
-    /**
-     * Helper function to return the complete target name set of the config.
-     * @return Set, full set of target names referred by this config.
-     * @throws HlmAntLibException
-     */    
-    //public Set<String> getTargetNameSet() {
-    //    if (targetConditionsMap.isEmpty()) {
-    //        initializeTargetConditionsMap();
-    //    }
-    //    return targetConditionsMap.keySet();
-    //}
-
-    /**
-     * Initializes the TargetConditionsMap, mapping target name with corresponding targetcondition
-     * for fast lookup. 
-     */    
-    //private void initializeTargetConditionsMap() {
-    //    for (TargetCondition condition : targetConditions) {
-    //        String name = condition.getName();
-    //        if (name != null) {
-    //            targetConditionsMap.put(name, condition);
-    //        }
-    //    }
-    //}
 }
\ No newline at end of file