Skip to content

Commit 442da70

Browse files
committed
Checkstyle
1 parent 2674ee4 commit 442da70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ private MultiSelectModel(Builder builder) {
4040
unionQueries = builder.unionQueries;
4141
orderByModel = builder.orderByModel;
4242
pagingModel = builder.pagingModel;
43-
Validator.assertNotEmpty(unionQueries, "ERROR.35"); //$NON-NLS-1$);
43+
Validator.assertNotEmpty(unionQueries, "ERROR.35"); //$NON-NLS-1$
4444
}
4545

4646
public SelectModel initialSelect() {

0 commit comments

Comments
 (0)