Fix aciton module code
[holmes/common.git] / holmes-actions / src / main / java / org / openo / holmes / common / api / stat / Alarm.java
index 3cd6093..e5eda70 100644 (file)
@@ -145,10 +145,6 @@ public class Alarm implements AplusData, Cloneable, Serializable {
         return 999;\r
     }\r
 \r
-    public Map<Integer, Integer> getLinkIdNodeIdx() {\r
-        return this.linkIdNodeIdxMap;\r
-    }\r
-\r
     public boolean containNode(int linkId, int index) {\r
         if (linkIdNodeIdxMap.containsKey(linkId) && linkIdNodeIdxMap.get(linkId) == index) {\r
             return true;\r