Minor reorg
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14376 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
dfe3a0680d
commit
c07cb17dc7
|
@ -113,12 +113,6 @@ public class CacheTestUtil {
|
|||
factory.stop();
|
||||
testSupport.unregisterFactory(factory);
|
||||
}
|
||||
|
||||
/**
|
||||
* Prevent instantiation.
|
||||
*/
|
||||
private CacheTestUtil() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Supports easy creation of a TestSuite where a subclass' "FailureExpected"
|
||||
|
@ -158,5 +152,11 @@ public class CacheTestUtil {
|
|||
|
||||
return result;
|
||||
}
|
||||
|
||||
/**
|
||||
* Prevent instantiation.
|
||||
*/
|
||||
private CacheTestUtil() {
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue