]
Tristan Tarrant updated ISPN-6812:
----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
JavaDoc still has references to NotifyingFuture
-----------------------------------------------
Key: ISPN-6812
URL:
https://issues.jboss.org/browse/ISPN-6812
Project: Infinispan
Issue Type: Bug
Affects Versions: 9.0.0.Alpha2
Reporter: Alan Field
The following classes still refer to {{NotifyingFuture}} in the JavaDoc, even though the
code has been changed to use {{CompletableFuture}} :
{{AsyncCache.java}} (5 matches)
{{DistributedExecutionCompletionService.java}} (5 matches)
{{Cache.java}} (6 matches)
It also looks like the {{FutureAssertion.java}} class is no longer needed?