Skip to content

Commit 3bc5643

Browse files
committed
chore: udpate configuration
Signed-off-by: Otavio Santana <[email protected]>
1 parent e62f21c commit 3bc5643

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

jnosql-tinkerpop/src/main/java/org/eclipse/jnosql/databases/tinkerpop/communication/DatabaseConfigurationAdapter.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222

2323
import java.util.logging.Logger;
2424

25+
/**
26+
* Adapter class that integrates both DatabaseConfiguration and GraphConfiguration.
27+
* This class is responsible for creating a DatabaseManagerFactory based on the provided settings.
28+
* It utilizes the GraphConfiguration SPI to create a Graph instance and then wraps it in a DatabaseManagerFactory.
29+
*/
2530
public class DatabaseConfigurationAdapter implements DatabaseConfiguration {
2631

2732

0 commit comments

Comments
 (0)