Checkstyle fix

This commit is contained in:
Christian Beikov 2017-02-09 08:13:11 +01:00
parent 82cf0c1caa
commit 57f156769b
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 );
}
}