Simple variable renames for clarity.

pull/154/head
Brett Wooldridge 11 years ago
parent 59cd5852d1
commit 819a7ec144

@ -178,7 +178,7 @@ public final class ConcurrentBag<T extends BagEntry>
synchronizer.releaseShared(sequence.incrementAndGet());
}
else {
throw new IllegalStateException("Value was returned to the bag that was not borrowed: " + value);
throw new IllegalStateException("Value was returned to the bag that was not borrowed: " + bagEntry);
}
}

Loading…
Cancel
Save