8000 ArangoConfigPropertiesImpl.toString() · arangodb/arangodb-java-driver@bb307e7 · GitHub
[go: up one dir, main page]

Skip to content

Commit bb307e7

Browse files
committed
ArangoConfigPropertiesImpl.toString()
1 parent 8b90fe8 commit bb307e7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

core/src/main/java/com/arangodb/internal/config/ArangoConfigPropertiesImpl.java

+7
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,11 @@ public Optional<String> getSerdeProviderClass() {
174174
return Optional.ofNullable(getProperty(KEY_SERDE_PROVIDER_CLASS));
175175
}
176176

177+
@Override
178+
public String toString() {
179+
return "ArangoConfigPropertiesImpl{" +
180+
"prefix='" + prefix + '\'' +
181+
", properties=" + properties +
182+
'}';
183+
}
177184
}

0 commit comments

Comments
 (0)
0