Skip to content

Commit

Permalink
Merge pull request jcoleman#8 from mehiel/upstream-master
Browse files Browse the repository at this point in the history
override remove(session, update) from ManagerBase.java
  • Loading branch information
jcoleman committed Sep 4, 2012
2 parents 03b39f7 + df133ba commit 1a40928
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 1a40928

Please sign in to comment.