HHH-10299 - Fix DOM4J entity-mode deprecation warning for Envers audited entities.

This commit is contained in:
Chris Cranford 2016-06-13 23:29:38 -05:00
parent 69b8879e94
commit be93105e9a
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ public class CompositeIdentifierSingularAttributeSourceManyToOneImpl
@Override
public String getXmlNodeName() {
return keyManyToOneElement.getName();
return null;
}
@Override