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 982e017 commit 4bac3e1Copy full SHA for 4bac3e1
stubbornjava-common/src/main/java/com/stubbornjava/common/Configs.java
@@ -14,6 +14,9 @@
14
// {{start:config}}
15
public class Configs {
16
private static final Logger log = LoggerFactory.getLogger(Configs.class);
17
+
18
+ private Configs() { }
19
20
/*
21
* I am letting the typesafe configs bleed out on purpose here.
22
* We could abstract out and delegate but its not worth it.
stubbornjava-common/src/main/java/com/stubbornjava/common/db/TableCrud.java renamed to stubbornjava-common/src/main/java/com/stubbornjava/common/db/Dao.java
0 commit comments