8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b90fe8 commit bb307e7Copy full SHA for bb307e7
core/src/main/java/com/arangodb/internal/config/ArangoConfigPropertiesImpl.java
@@ -174,4 +174,11 @@ public Optional<String> getSerdeProviderClass() {
174
return Optional.ofNullable(getProperty(KEY_SERDE_PROVIDER_CLASS));
175
}
176
177
+ @Override
178
+ public String toString() {
179
+ return "ArangoConfigPropertiesImpl{" +
180
+ "prefix='" + prefix + '\'' +
181
+ ", properties=" + properties +
182
+ '}';
183
+ }
184
0 commit comments