Fix redundancy in documentation of DOMStoreThreePhaseCommitCohort
[mdsal.git] / dom / mdsal-dom-spi / src / main / java / org / opendaylight / mdsal / dom / spi / store / DOMStoreThreePhaseCommitCohort.java
index 418dfa77c9c8c3b2064e0227c807e69930379de1..65dad6eebe591ac4fb3262d9030be1cceef3cc2c 100644 (file)
@@ -35,7 +35,8 @@ public interface DOMStoreThreePhaseCommitCohort {
     /**
      * Initiates a pre-commit phase of associated transaction on datastore.
      *
-     * This message is valid only and only if and only if the participant responded
+     * <p>
+     * This message is valid only and only if the participant responded
      * on {@link #canCommit()} call with positive response.
      *
      * @return ListenableFuture representing acknowledgment for participant