Skip to content

Commit

Permalink
Fix switch statement
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
  • Loading branch information
RomanNikitenko committed Sep 5, 2017
1 parent 05f5921 commit 6f589a0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,10 @@ public synchronized boolean deregister(String method) {
break;
case NONE_TO_NONE:
noneToNoneHandlers.remove(method);
break;
case ONE_TO_PROMISE_ONE:
oneToPromiseOneHandlers.remove(method);
break;
}

return true;
Expand Down

0 comments on commit 6f589a0

Please sign in to comment.