Minor reorg

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14376 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Brian Stansberry 2008-02-27 23:02:46 +00:00
parent dfe3a0680d
commit c07cb17dc7

View File

@ -113,12 +113,6 @@ public static void stopRegionFactory(JBossCacheRegionFactory factory, CacheTestS
factory.stop();
testSupport.unregisterFactory(factory);
}
/**
* Prevent instantiation.
*/
private CacheTestUtil() {
}
/**
* Supports easy creation of a TestSuite where a subclass' "FailureExpected"
@ -158,5 +152,11 @@ public static TestSuite createFailureExpectedSuite(Class testClass) {
return result;
}
/**
* Prevent instantiation.
*/
private CacheTestUtil() {
}
}