Skip to content

Commit

Permalink
HHH-19110 - Fix for issue
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Schatteman <[email protected]>
  • Loading branch information
jrenaat committed Feb 12, 2025
1 parent be30a9e commit ad42fc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ else if ( y == null ) {
final Object xId = extractIdentifier( x, factory );
final Object yId = extractIdentifier( y, factory );
return getIdentifierType( factory.getRuntimeMetamodels() )
.compare( xId, yId );
.compare( xId, yId, factory );
}
}

Expand Down

0 comments on commit ad42fc5

Please sign in to comment.