Skip to content

Commit

Permalink
HHH-11450 : Checkstyle fix
Browse files Browse the repository at this point in the history
(cherry picked from commit 57f1567)
  • Loading branch information
beikov authored and gbadner committed Jun 8, 2017
1 parent 10bc06d commit ee41f4b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ public void processJoins(QueryNode query) {
fromElement.getOrigin().getJoinSequence().addJoin( (ImpliedFromElement) fromElement );
// This from element will be rendered as part of the origins join sequence
fromElement.setText("");
} else {
}
else {
fromElements.add( fromElement );
}
}
Expand Down

0 comments on commit ee41f4b

Please sign in to comment.