HHH-4261 comment and checkstyle

This commit is contained in:
Brett Meyer 2013-07-10 11:36:37 -04:00
parent 8ca6b276ca
commit 1f51d12579
2 changed files with 2 additions and 1 deletions

View File

@ -188,6 +188,7 @@ protected String[] getAnnotatedPackages() {
};
}
// 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" };