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