Fix warnings/javadocs in sal-distributed-datastore
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / modification / CompositeModification.java
index 4c856d31eb35803d045dc87a204de5adcbce1dde..2bc6d1d84c9bd49a43d261bb4576eec31ebcf663 100644 (file)
@@ -19,8 +19,9 @@ import java.util.List;
  */
 public interface CompositeModification extends Modification {
     /**
-     * Get a list of Modifications contained by this Composite
-     * @return
+     * Get a list of modifications contained by this composite.
+     *
+     * @return list of modifications
      */
     List<Modification> getModifications();
 }