Skip to content

Commit 4bac3e1

Browse files
committed
private constructor on configs
1 parent 982e017 commit 4bac3e1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

stubbornjava-common/src/main/java/com/stubbornjava/common/Configs.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
// {{start:config}}
1515
public class Configs {
1616
private static final Logger log = LoggerFactory.getLogger(Configs.class);
17+
18+
private Configs() { }
19+
1720
/*
1821
* I am letting the typesafe configs bleed out on purpose here.
1922
* We could abstract out and delegate but its not worth it.

0 commit comments

Comments
 (0)