File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
src/main/java/com/arangodb/internal Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 51
51
*/
52
52
public abstract class InternalArangoDB <E extends ArangoExecutor > extends ArangoExecuteable <E > {
53
53
54
- private static final String PATH_API_ADMIN_LOG = "/_admin/log" ;
55
- private static final String PATH_API_ADMIN_LOG_LEVEL = "/_admin/log/level" ;
56
- private static final String PATH_API_ROLE = "/_admin/server/role" ;
57
- private static final String PATH_API_VERSION = "/_api/version" ;
58
- protected static final String PATH_ENDPOINTS = "/_api/cluster/endpoints" ;
59
- private static final String PATH_API_USER = "/_api/user" ;
54
+ private static final String PATH_API_ADMIN_LOG = "/_admin/log" ;
55
+ private static final String PATH_API_ADMIN_LOG_LEVEL = "/_admin/log/level" ;
56
+ private static final String PATH_API_ROLE = "/_admin/server/role" ;
57
+ protected static final String PATH_ENDPOINTS = "/_api/cluster/endpoints" ;
58
+ private static final String PATH_API_USER = "/_api/user" ;
60
59
61
60
protected InternalArangoDB (final E executor , final ArangoSerializationFactory util , final ArangoContext context ) {
62
61
super (executor , util , context );
You can’t perform that action at this time.
0 commit comments