Bug 8568: Remove DataProviderService/DataBrokerService APIs
[controller.git] / opendaylight / md-sal / sal-common-api / src / main / java / org / opendaylight / controller / md / sal / common / api / data / AsyncConfigurationCommitHandler.java
index 6025e139abfd6331b3d45a399451f6b85f7b40b3..b966589afde579f48efc6d87efa14ed89ab1052c 100644 (file)
@@ -49,6 +49,7 @@ public interface AsyncConfigurationCommitHandler<P extends Path<P>, D> {
      * </li>
      * </ul>
      * </li>
+     * </ul>
      * @param request
      *            Commit Request submitted by client, which contains
      *            information about modifications and read-only view as
@@ -76,7 +77,7 @@ public interface AsyncConfigurationCommitHandler<P extends Path<P>, D> {
      * @param <D>
      *            Type of data (payload), which represents data payload
      */
-    static interface ConfigurationCommitRequest<P extends Path<P>, D> {
+    interface ConfigurationCommitRequest<P extends Path<P>, D> {
 
         /**
          *