Merging in master, huge work trying to get things to compile, tests not green at this stage
This commit is contained in:
commit
ac5b5de90a
68 changed files with 3759 additions and 2144 deletions
|
|
@ -321,7 +321,7 @@ public class JavaFutureTests {
|
|||
Future<Object> f = p.future().recoverWith(new Recover<Future<Object>>() {
|
||||
public Future<Object> recover(Throwable t) throws Throwable {
|
||||
if (t == fail)
|
||||
return Futures.<Object> successful("foo", system.dispatcher()).future();
|
||||
return Futures.<Object> successful("foo", system.dispatcher());
|
||||
else
|
||||
throw t;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue