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 14d60bc commit 953f50bCopy full SHA for 953f50b
OCPP-J/src/main/java/eu/chargetime/ocpp/JSONConfiguration.java
@@ -49,8 +49,10 @@ public class JSONConfiguration {
49
50
private JSONConfiguration() {}
51
52
+ private static final JSONConfiguration instance = new JSONConfiguration();
53
+
54
public static JSONConfiguration get() {
- return new JSONConfiguration();
55
+ return instance;
56
}
57
58
public <T> JSONConfiguration setParameter(String name, T value) {
0 commit comments