[HHH-3817] Remove unneeded get()

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17731 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Brian Stansberry 2009-10-13 17:02:19 +00:00
parent 50bba15996
commit bca8c96204
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ public abstract class AbstractTransactionalAccessTestCase extends AbstractEntity
final String KEY = KEY_BASE + testCount++;
localAccessStrategy.get(KEY, System.currentTimeMillis());
localAccessStrategy.putFromLoad(KEY, VALUE1, System.currentTimeMillis(), new Integer(1));
final CountDownLatch pferLatch = new CountDownLatch(1);