Skip to content

Commit

Permalink
Update ReadWriteBackingMapTests.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mgamanho authored Sep 26, 2024
1 parent 7378755 commit f58b66e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2057,7 +2057,9 @@ public Object process(Entry entry)
{
public Object process(Entry entry)
{
CacheFactory.log("**MG** process before update: " + entry.asBinaryEntry().getBinaryValue().hashCode(), 3);
entry.update(new PofUpdater(Person.MOTHER_SSN), "STORED");
CacheFactory.log("**MG** process after update: " + entry.asBinaryEntry().getBinaryValue().hashCode(), 3);

return null;
}
Expand Down

0 comments on commit f58b66e

Please sign in to comment.