Clean up compiler warns

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@16171 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Brian Stansberry 2009-03-17 19:12:11 +00:00
parent 8cc56c0dd3
commit 51692f52bf
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ public class PessimisticSessionRefreshTest extends DualNodeTestCaseBase
static int test = 0; static int test = 0;
private Cache localCache; private Cache<Object, Object> localCache;
/** /**
* Create a new PessimisticSessionRefreshTest. * Create a new PessimisticSessionRefreshTest.
@ -100,7 +100,7 @@ public class PessimisticSessionRefreshTest extends DualNodeTestCaseBase
} }
@Override @Override
protected Class getCacheRegionFactory() protected Class<?> getCacheRegionFactory()
{ {
return TestJBossCacheRegionFactory.class; return TestJBossCacheRegionFactory.class;
} }