Fix DOMDataReadTransaction javadoc
[controller.git] / 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>