Skip to content

Commit

Permalink
#27: Made root reference private and final.
Browse files Browse the repository at this point in the history
  • Loading branch information
redcatbear committed Feb 25, 2019
1 parent d2c05a7 commit cc62409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/exasol/sql/dql/ValueTableRow.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public static Builder builder(final Fragment root) {
* Builder for {@link ValueTableRow}s
*/
public static class Builder {
public Fragment root;
private final Fragment root;
private final List<ValueExpression> expressions = new ArrayList<>();

public Builder(final Fragment root) {
Expand Down

0 comments on commit cc62409

Please sign in to comment.