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 5151 */ 
5252public  abstract  class  InternalArangoDB <E  extends  ArangoExecutor > extends  ArangoExecuteable <E > {
5353
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" ;
6059
6160protected  InternalArangoDB (final  E  executor , final  ArangoSerializationFactory  util , final  ArangoContext  context ) {
6261super (executor , util , context );
                         You can’t perform that action at this time. 
           
                  
0 commit comments