Per container save configuration is not synced in the cluster
[controller.git] / opendaylight / configuration / api / src / main / java / org / opendaylight / controller / configuration / IConfigurationContainerAware.java
index ac1aabe4c28ab2673300777e8ac425b52daca20d..f759315ec7ef2cff4cda35526f22ba49e65ba099 100644 (file)
@@ -11,9 +11,8 @@ package org.opendaylight.controller.configuration;
 
 
 /**
- * Listener Interface for receiving Configuration events.
- *
- *
+ * Listener Interface for receiving Configuration events for components that
+ * live in a container
  */
 public interface IConfigurationContainerAware extends IConfigurationAwareCommon {
 }