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 4051e71 commit 5671958Copy full SHA for 5671958
src/main/java/net/oceanias/opal/setting/OSetting.java
@@ -41,6 +41,8 @@ public OSetting<T> name(final String name) {
41
public OSetting<T> initial(final T initial) {
42
this.initial = initial;
43
44
+ value = initial;
45
+
46
return this;
47
}
48
0 commit comments