File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/arangodb Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2474,7 +2474,7 @@ public <T> CursorResult<T> executeAqlQuery(
2474
2474
* @param query an AQL query as string
2475
2475
* @param bindVars a map containing all bind variables,
2476
2476
* @param aqlQueryOptions AQL query options
2477
- * @return
2477
+ * @return A JSON string with the results from server
2478
2478
* @throws ArangoException
2479
2479
*/
2480
2480
public String executeAqlQueryJSON (
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ protected ReplicationDumpHeader toReplicationDumpHeader(HttpResponseEntity res)
172
172
/**
173
173
* Checks the Http response for database or server errors
174
174
* @param res the response of the database
175
- * @return
175
+ * @return The Http status code
176
176
* @throws ArangoException if any error happened
177
177
*/
178
178
private int checkServerErrors (HttpResponseEntity res ) throws ArangoException {
You can’t perform that action at this time.
0 commit comments