Work on #403, removed checkstyle violations

This commit is contained in:
Narendra Pathai
2016-07-22 16:53:01 +05:30
parent 2b945ca27f
commit eb560f5f54
3 changed files with 5 additions and 98 deletions
@@ -58,7 +58,8 @@ public class PromiseTest {
@Override
public Integer call() throws Exception {
throw new RuntimeException("Barf!");
}}, executor);
}
}, executor);
try {
promise.get();
@@ -85,7 +86,8 @@ public class PromiseTest {
@Override
public Integer call() throws Exception {
throw new RuntimeException("Barf!");
}}, executor);
}
}, executor);
try {
promise.get(1000, TimeUnit.SECONDS);