Skip to content

Commit 526b1b7

Browse files
committed
Add StatementConfiguration to RenderingContext
1 parent 7adfcd0 commit 526b1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/mybatis/dynamic/sql/select/MultiSelectDSL.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class MultiSelectDSL implements Buildable<MultiSelectModel>, Configurable
3636
private Long limit;
3737
private Long offset;
3838
private Long fetchFirstRows;
39-
private StatementConfiguration statementConfiguration = new StatementConfiguration();
39+
private final StatementConfiguration statementConfiguration = new StatementConfiguration();
4040

4141
public MultiSelectDSL(Buildable<SelectModel> builder) {
4242
initialSelect = builder.build();

0 commit comments

Comments
 (0)