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.
2 parents db5da10 + 0b07ee1 commit 05d9026Copy full SHA for 05d9026
src/main/java/org/seasar/doma/internal/jdbc/dao/AbstractDao.java
@@ -19,6 +19,10 @@ public abstract class AbstractDao implements ConfigProvider {
19
20
protected final Config __config;
21
22
+ protected AbstractDao() {
23
+ __config = null;
24
+ }
25
+
26
protected AbstractDao(Config config) {
27
if (config == null) {
28
throw new DomaNullPointerException("config");
0 commit comments