Skip to content

Commit

Permalink
refs #21 Added 'final' as per Kazuki's suggestion.
Browse files Browse the repository at this point in the history
  • Loading branch information
harawata committed Oct 31, 2018
1 parent 95166a6 commit 783c3a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/
public class SetSqlNode extends TrimSqlNode {

private static List<String> COMMA = Collections.singletonList(",");
private static final List<String> COMMA = Collections.singletonList(",");

public SetSqlNode(Configuration configuration,SqlNode contents) {
super(configuration, contents, "SET", COMMA, null, COMMA);
Expand Down

0 comments on commit 783c3a8

Please sign in to comment.