Merge "Implement cluster wide topology notifications and let routing use it"
[controller.git] / opendaylight / containermanager / api / src / main / java / org / opendaylight / controller / containermanager / IContainerManager.java
index b956d76a2e8984241c3aa24e9e3adb0af4385816..89c0c0b217f6de65dfc6a2bfd855e6d259b65782 100644 (file)
@@ -21,9 +21,9 @@ import org.opendaylight.controller.sal.utils.Status;
 public interface IContainerManager {
 
     /**
-     * Returns a list of Containers that currently exist.
+     * Returns true if there are any non-default Containers present.
      *
-     * @return  array of String Container names
+     * @return  true, if any non-default container is present, else false
      */
     public boolean hasNonDefaultContainer();