Skip to content

Commit

Permalink
minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tmetzke committed Aug 16, 2019
1 parent 3492c2e commit 57d9560
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -3,4 +3,3 @@
target
*.db
*.classpath
src/test/
Expand Up @@ -54,7 +54,7 @@ public void complete(CompleteRequest request, StreamObserver<CompleteResponse> r

try {
externalTaskService.complete(request.getId(), request.getWorkerId());
}catch (Exception e){
} catch (Exception e) {
responseObserver.onError(e);
}
responseObserver.onNext(CompleteResponse.newBuilder().setStatus("OK").build());
Expand Down

0 comments on commit 57d9560

Please sign in to comment.