mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-03-01 15:29:11 +00:00
Checkstyle fix
This commit is contained in:
parent
82cf0c1caa
commit
57f156769b
@ -119,7 +119,8 @@ public void processJoins(QueryNode query) {
|
|||||||
fromElement.getOrigin().getJoinSequence().addJoin( (ImpliedFromElement) fromElement );
|
fromElement.getOrigin().getJoinSequence().addJoin( (ImpliedFromElement) fromElement );
|
||||||
// This from element will be rendered as part of the origins join sequence
|
// This from element will be rendered as part of the origins join sequence
|
||||||
fromElement.setText("");
|
fromElement.setText("");
|
||||||
} else {
|
}
|
||||||
|
else {
|
||||||
fromElements.add( fromElement );
|
fromElements.add( fromElement );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user