Skip to content

Commit

Permalink
Update TestNonBlockingStore.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mgamanho authored Sep 26, 2024
1 parent 56db864 commit bbfe2ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ public void loadAll(Set<? extends BinaryEntry<K, V>> setBinEntries, StoreObserve
public void store(BinaryEntry<K, V> binEntry, StoreObserver<K, V> observer)
{
log(true, "TestNonBlockingStore store\n" + Base.getStackTrace());
log("**MG** TestNonBlockingStore store binEntry hashcode(1): " + binEntry.hashCode());
log("**MG** TestNonBlockingStore store binEntry hashcode(1): " + binEntry.getBinaryValue().hashCode());

Object oKey = binEntry.getKey();
Object oValue = binEntry.getValue();
Expand Down

0 comments on commit bbfe2ad

Please sign in to comment.