Merge "Improve iteration over subnets map by using entrySet instead of keyset. It...
[controller.git] / opendaylight / switchmanager / api / src / main / java / org / opendaylight / controller / switchmanager / ISwitchManagerAware.java
index 1b67e529df85f774e7815d46a237bfb96edced05..4fde7a929e33b3fd0e445048972ce58f6b0d4fc5 100644 (file)
@@ -11,11 +11,10 @@ package org.opendaylight.controller.switchmanager;
 
 import org.opendaylight.controller.sal.core.Node;
 
-import org.opendaylight.controller.switchmanager.Subnet;
 
 /**
- * The interface class provides methods to notify listeners about subnet and
- * mode changes.
+ * The interface provides methods to notify listeners about subnet and mode
+ * changes.
  */
 public interface ISwitchManagerAware {
     /**