Skip to content

Commit

Permalink
override remove(session, update) from ManagerBase.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mehiel committed Sep 4, 2012
1 parent 03b39f7 commit df133ba
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,10 @@ public void save(Session session) throws IOException {
}

public void remove(Session session) {
remove(session, false);
}

public void remove(Session session, boolean update) {
Jedis jedis = null;
Boolean error = true;

Expand Down

0 comments on commit df133ba

Please sign in to comment.