Skip to content

Commit ab210fb

Browse files
author
a-brandt
committed
fixed sonar issues
1 parent 50403ba commit ab210fb

File tree

2 files changed

+240
-153
lines changed

2 files changed

+240
-153
lines changed

src/main/java/com/arangodb/entity/Endpoint.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ public class Endpoint implements Serializable {
3030
/**
3131
* The endpoint address as string
3232
*/
33-
String endpoint;
33+
private String endpoint;
3434

3535
/**
3636
* The list of databases available at this endpoint as string
3737
*/
38-
List<String> databases;
38+
private List<String> databases;
3939

4040
public String getEndpoint() {
4141
return endpoint;

0 commit comments

Comments
 (0)