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
1 changed files with 6 additions and 6 deletions

View File

@ -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() {
}
}