Skip to content
Snippets Groups Projects
Commit da69c360 authored by Spark61's avatar Spark61
Browse files

Merge remote-tracking branch 'origin/main'

parents dfbb5548 7c3a36c8
No related branches found
Tags 1.0.7
No related merge requests found
......@@ -159,7 +159,7 @@ public class Config extends Document {
}
@Override
public Document set(@NotNull final String key, final DocumentArray value) {
public Config set(@NotNull final String key, final DocumentArray value) {
super.set(key, value);
return this;
}
......@@ -213,7 +213,7 @@ public class Config extends Document {
}
@Override
public Document add(@NotNull final String key, final DocumentArray value) {
public Config add(@NotNull final String key, final DocumentArray value) {
super.add(key, value);
return this;
}
......@@ -233,4 +233,4 @@ public class Config extends Document {
public Document getDocument() {
return this;
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment