HHH-11450 : Checkstyle fix

(cherry picked from commit 57f156769b)
This commit is contained in:
Christian Beikov 2017-02-09 08:13:11 +01:00 committed by Gail Badner
parent 10bc06dcc8
commit ee41f4b046
1 changed files with 2 additions and 1 deletions

View File

@ -119,7 +119,8 @@ public class JoinProcessor implements SqlTokenTypes {
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 );
}
}