Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
purplefox committed Aug 17, 2012
1 parent 3f4212d commit 3960fd9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -735,7 +735,6 @@ public int hashCode() {
private class HandlerCloseHook implements Runnable { private class HandlerCloseHook implements Runnable {


final Set<HandlerEntry> entries = new HashSet<>(); final Set<HandlerEntry> entries = new HashSet<>();
final Set<String> handlerIDs = new HashSet<>();


public void run() { public void run() {
for (HandlerEntry entry: new HashSet<>(entries)) { for (HandlerEntry entry: new HashSet<>(entries)) {
Expand Down

0 comments on commit 3960fd9

Please sign in to comment.