Skip to content

Commit

Permalink
Fix broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Oct 20, 2017
1 parent 75e1371 commit d798fa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public void onFail(Throwable result) {
public void explicitRejectionWithCancellationException() {
final AtomicBoolean failWitness = new AtomicBoolean(false);

DeferredObject<String, Throwable, Void> deferredObject = new DeferredObject<>();
DeferredObject<String, Throwable, Void> deferredObject = new DeferredObject<String, Throwable, Void>();

Promise<String, Throwable, Void> promise = deferredObject.promise()
.then(new DoneCallback<String>() {
Expand Down

0 comments on commit d798fa9

Please sign in to comment.