HHH-4261 comment and checkstyle

This commit is contained in:
Brett Meyer 2013-07-10 11:36:37 -04:00
parent 0aa4d6cfb5
commit 08e3b16a95
2 changed files with 2 additions and 1 deletions

View File

@ -188,6 +188,7 @@ public class AnyTest extends BaseCoreFunctionalTestCase {
};
}
// Simply having this orm.xml file in the classpath reproduces HHH-4261.
@Override
protected String[] getXmlFiles() {
return new String[] { "org/hibernate/test/annotations/any/orm.xml" };

View File

@ -4,4 +4,4 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
version="2.0">
<package>org.hibernate.test.annotations.any</package>
</entity-mappings>
</entity-mappings>