X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-binding-api%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fmd%2Fsal%2Fbinding%2Fapi%2FDataObjectModification.java;h=f8dd3b0cceed32e7dacfdf2e37adb998ff92f087;hp=afeb21c5309c819e0b1faafca2ac2e156761d3dc;hb=a81d98f692b80c45bce3fe6a87e731abfb012a9f;hpb=290c0b22aa7bbab9b663fbf08badff43bb47a897 diff --git a/opendaylight/md-sal/sal-binding-api/src/main/java/org/opendaylight/controller/md/sal/binding/api/DataObjectModification.java b/opendaylight/md-sal/sal-binding-api/src/main/java/org/opendaylight/controller/md/sal/binding/api/DataObjectModification.java index afeb21c530..f8dd3b0cce 100644 --- a/opendaylight/md-sal/sal-binding-api/src/main/java/org/opendaylight/controller/md/sal/binding/api/DataObjectModification.java +++ b/opendaylight/md-sal/sal-binding-api/src/main/java/org/opendaylight/controller/md/sal/binding/api/DataObjectModification.java @@ -69,7 +69,6 @@ public interface DataObjectModification extends org.openda * Returns before-state of top level container. Implementations are encouraged, * but not required to provide this state. * - * @param root Class representing data container * @return State of object before modification. Null if subtree was not present, * or the implementation cannot provide the state. */ @@ -78,7 +77,6 @@ public interface DataObjectModification extends org.openda /** * Returns after-state of top level container. * - * @param root Class representing data container * @return State of object after modification. Null if subtree is not present. */ @Nullable T getDataAfter();