Fix DOMDataReadTransaction javadoc 68/77768/2
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:08:47 +0000 (10:08 +0000)
Remove double start of the javadoc.

Change-Id: I6524d117e3eecaeda77c0e7b40a50053dc944b96
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
opendaylight/md-sal/sal-dom-api/src/main/java/org/opendaylight/controller/md/sal/dom/api/DOMDataReadTransaction.java

index 111a503890f9e14fe8d3c8a1d70c3d739f5621d0..0517ad6b7dd6c520abd0ac9e900e881f737a1638 100644 (file)
@@ -22,7 +22,6 @@ import org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode;
  * 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.
      *
@@ -50,7 +49,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>