Fix redundancy in documentation of DOMStoreThreePhaseCommitCohort 54/45554/2
authorAlexis de Talhouët <adetalhouet@inocybe.com>
Tue, 13 Sep 2016 21:55:16 +0000 (17:55 -0400)
committerAlexis de Talhouët <adetalhouet@inocybe.com>
Tue, 13 Sep 2016 21:56:09 +0000 (21:56 +0000)
Change-Id: Iaafbea0d5181856e5fdcd9674893848b5a8b69a5
Signed-off-by: Alexis de Talhouët <adetalhouet@inocybe.com>
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