Mechanical code cleanup (sal-common-api)
[controller.git] / opendaylight / md-sal / sal-common-api / src / main / java / org / opendaylight / controller / md / sal / common / api / data / AsyncConfigurationCommitHandler.java
index 6025e139abfd6331b3d45a399451f6b85f7b40b3..a0d029c0bb151f532fd3f7112b888cbdab023801 100644 (file)
@@ -76,7 +76,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> {
 
         /**
          *