mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-13 14:44:48 +00:00
fixing org.hibernate.metamodel.internal.source.annotations.xml.OrmXmlParserTests#testSimpleOrmVersion1 test failure
This commit is contained in:
parent
0e746d2723
commit
07bfbbfa1e
@ -193,7 +193,7 @@ private void checkColumnAnnotations(Map<DotName, List<AnnotationInstance>> annot
|
||||
annotations,
|
||||
JPADotNames.JOIN_COLUMN
|
||||
);
|
||||
if ( columnAnnotation != null ) {
|
||||
if ( joinColumnAnnotation != null ) {
|
||||
columnValues.add( new Column( joinColumnAnnotation ) );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user