Remove dmaap from models
[policy/models.git] / models-interactions / model-actors / actorServiceProvider / src / main / java / org / onap / policy / controlloop / actorserviceprovider / pipeline / PipelineControllerFuture.java
index 92843e2..288397e 100644 (file)
@@ -130,7 +130,7 @@ public class PipelineControllerFuture<T> extends CompletableFuture<T> {
 
     /**
      * Adds a future to the controller and arranges for it to be removed from the
-     * controller when it completes, whether or not it throws an exception. If the
+     * controller when it completes, whether it throws an exception. If the
      * controller has already been stopped, then the future is canceled and a new,
      * incomplete future is returned.
      *