Removing deprecated DMAAP library
[policy/drools-pdp.git] / feature-pooling-messages / src / main / java / org / onap / policy / drools / pooling / state / ActiveState.java
@@ -3,6 +3,7 @@
  * ONAP
  * ================================================================================
  * Copyright (C) 2018, 2020-2021 AT&T Intellectual Property. All rights reserved.
+ * Modifications Copyright (C) 2024 Nordix Foundation.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -32,7 +33,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 /**
- * The active state. In this state, this host has one more more bucket assignments and
+ * The active state. In this state, this host has one more bucket assignments and
  * processes any events associated with one of its buckets. Other events are forwarded to
  * appropriate target hosts.
  */
@@ -244,10 +245,10 @@ public class ActiveState extends ProcessingState {
             /*
              * Case 1: We are the leader.
              *
-             * Case 2: Our predecessor was the leader and it has gone offline - we should
+             * Case 2: Our predecessor was the leader, and it has gone offline - we should
              * become the leader.
              *
-             * In either case, we are now the leader and we must re-balance the buckets
+             * In either case, we are now the leader, and we must re-balance the buckets
              * since one of the hosts has gone offline.
              */