Fix DOMDataReadTransaction javadoc 72/77772/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 14 Nov 2018 09:12:30 +0000 (10:12 +0100)
committerRobert Varga <nite@hq.sk>
Wed, 14 Nov 2018 10:09:02 +0000 (10:09 +0000)
Remove double start of the javadoc.

Change-Id: I6524d117e3eecaeda77c0e7b40a50053dc944b96
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 21869c9921ae9bc4f32cc1314a105a6f528ec691)

opendaylight/md-sal/sal-dom-api/src/main/java/org/opendaylight/controller/md/sal/dom/api/DOMDataReadTransaction.java

index 05ca61a3535699273ed4ca0e169a9fcbd9dc88b7..7657e9bd71a5675e86ea50558da3e5e2f05ed18f 100644 (file)
@@ -22,7 +22,6 @@ import com.google.common.util.concurrent.CheckedFuture;
  * For more information on usage and examples, please see the documentation in {@link AsyncReadTransaction}.
  */
 public interface DOMDataReadTransaction extends AsyncReadTransaction<YangInstanceIdentifier, NormalizedNode<?, ?>> {
-
     /**
      * Reads data from provided logical data store located at the provided path.
      *<p>
@@ -49,7 +48,6 @@ public interface DOMDataReadTransaction extends AsyncReadTransaction<YangInstanc
             LogicalDatastoreType store, YangInstanceIdentifier path);
 
     /**
-     /**
      * Checks if data is available in the logical data store located at provided path.
      * <p>
      *