We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2674ee4 commit 442da70Copy full SHA for 442da70
src/main/java/org/mybatis/dynamic/sql/select/MultiSelectModel.java
@@ -40,7 +40,7 @@ private MultiSelectModel(Builder builder) {
40
unionQueries = builder.unionQueries;
41
orderByModel = builder.orderByModel;
42
pagingModel = builder.pagingModel;
43
- Validator.assertNotEmpty(unionQueries, "ERROR.35"); //$NON-NLS-1$);
+ Validator.assertNotEmpty(unionQueries, "ERROR.35"); //$NON-NLS-1$
44
}
45
46
public SelectModel initialSelect() {
0 commit comments