Fixed bugs while getting demo.py to work.
[affinity.git] / affinity / api / src / main / java / org / opendaylight / affinity / affinity / IAffinityManager.java
index d3896227f5dca9b5a57f84c037457fcce10b717a..56eff0699abb1cec8ade0c4e45c4595835a94727 100644 (file)
@@ -61,7 +61,7 @@ public interface IAffinityManager {
     public HashMap<String, List<Flow>>getAllFlowGroups();
 
     // For each flowgroup, there is a list of attributes. This api
-    // call fetches this as a hashmap. Key of the outer hashmap is the
+    // call fetches this list as a hashmap. Key of the outer hashmap is the
     // name of the affinity link (aka flowgroup). Key for the inner
     // hashmap is the affinity attribute type.
     public HashMap<String, HashMap<AffinityAttributeType,AffinityAttribute>>getAllAttributes();