]
Dan Berindei updated ISPN-6812:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.0.0.Alpha3
Resolution: Done
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
Assignee: Tristan Tarrant
Fix For: 9.0.0.Alpha3
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?