Skip to content

Commit

Permalink
HHH-11258 - Fix checkStyle error
Browse files Browse the repository at this point in the history
  • Loading branch information
dreab8 committed Nov 23, 2016
1 parent cc5a13a commit c16a22b
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -104,7 +104,8 @@ public List<ParameterSpecification> getCollectedParameters() {
protected void out(String s) {
if ( exprs.size() > 1 ) {
super.out( s );
} else {
}
else {
writer.clause( s );
}
}
Expand Down

0 comments on commit c16a22b

Please sign in to comment.