Skip to content

Commit

Permalink
fixed compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
luigidellaquila committed Mar 6, 2015
1 parent f9eb455 commit 5e964ae
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -144,4 +144,8 @@ protected boolean comesFrist(T left, T right) {

return false;
}

public void remove() {
throw new UnsupportedOperationException("remove");
}
}

0 comments on commit 5e964ae

Please sign in to comment.