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:
parent
8cc56c0dd3
commit
51692f52bf
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue