Add timeout to async test-cases
[cps.git] / cps-service / src / main / java / org / onap / cps / notification / NotificationService.java
index 9ed8b65..4745739 100644 (file)
@@ -79,6 +79,7 @@ public class NotificationService {
      *
      * @param dataspaceName dataspace name
      * @param anchorName    anchor name
+     * @return future
      */
     @Async("notificationExecutor")
     public Future<Void> processDataUpdatedEvent(final String dataspaceName, final String anchorName) {