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 50403ba commit ab210fbCopy full SHA for ab210fb
src/main/java/com/arangodb/entity/Endpoint.java
@@ -30,12 +30,12 @@ public class Endpoint implements Serializable {
30
/**
31
* The endpoint address as string
32
*/
33
- String endpoint;
+ private String endpoint;
34
35
36
* The list of databases available at this endpoint as string
37
38
- List<String> databases;
+ private List<String> databases;
39
40
public String getEndpoint() {
41
return endpoint;
0 commit comments