Fixup Typos in Comments
[controller.git] / opendaylight / md-sal / cds-access-api / src / main / java / org / opendaylight / controller / cluster / access / commands / PersistenceProtocol.java
index ac0329cd58aba6e30a9dd668b2db8cba2a4788df..be58b05b1fc87f3f3cdceb6f9ef6271dd210fbd8 100644 (file)
@@ -33,7 +33,7 @@ public enum PersistenceProtocol implements WritableObject {
     },
     /**
      * Simple commit protocol. The transaction should be committed to the global history. The receiving backend
-     * it the only entity which needs to persist its effects, hence a simple request/reply protocol is sufficient.
+     * is the only entity which needs to persist its effects, hence a simple request/reply protocol is sufficient.
      */
     SIMPLE {
         @Override
@@ -52,7 +52,7 @@ public enum PersistenceProtocol implements WritableObject {
         }
     },
     /**
-     * Transaction is ready. This is not a really a persistence protocol, but an indication that that frontend has
+     * Transaction is ready. This is not a really a persistence protocol, but an indication that frontend has
      * completed modifications on the transaction and considers it ready, without deciding the actual commit protocol.
      */
     READY {