Removing deprecated DMAAP library
[policy/drools-pdp.git] / feature-pooling-messages / src / main / java / org / onap / policy / drools / pooling / message / BucketAssignments.java
@@ -3,6 +3,7 @@
  * ONAP
  * ================================================================================
  * Copyright (C) 2018-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.
@@ -114,9 +115,9 @@ public class BucketAssignments {
     }
 
     /**
-     * Gets all of the hosts that have an assignment.
+     * Gets all the hosts that have an assignment.
      *
-     * @return all of the hosts that have an assignment
+     * @return all the hosts that have an assignment
      */
     public Set<String> getAllHosts() {
         Set<String> set = new HashSet<>();