Skip to content

Commit 04177a2

Browse files
committed
fix: FileSqlManager缺了个无参构造方法
1 parent e4aadc7 commit 04177a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/org/nutz/dao/impl/FileSqlManager.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ public class FileSqlManager implements SqlManager {
3838

3939
protected String pairBegin = "/*";
4040
protected String pairEnd = "*/";
41+
42+
public FileSqlManager() {
43+
}
4144

4245
public FileSqlManager(String... paths) {
4346
this.paths = paths;

0 commit comments

Comments
 (0)