HHH-4261 comment and checkstyle
This commit is contained in:
parent
0aa4d6cfb5
commit
08e3b16a95
|
@ -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" };
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue