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(
24742474 * @param query an AQL query as string
24752475 * @param bindVars a map containing all bind variables,
24762476 * @param aqlQueryOptions AQL query options
2477- * @return
2477+ * @return A JSON string with the results from server
24782478 * @throws ArangoException
24792479 */
24802480 public String executeAqlQueryJSON (
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ protected ReplicationDumpHeader toReplicationDumpHeader(HttpResponseEntity res)
172172 /**
173173 * Checks the Http response for database or server errors
174174 * @param res the response of the database
175- * @return
175+ * @return The Http status code
176176 * @throws ArangoException if any error happened
177177 */
178178 private int checkServerErrors (HttpResponseEntity res ) throws ArangoException {
You can’t perform that action at this time.
0 commit comments