Skip to content

Commit 4552952

Browse files
committed
Jdoc
1 parent be3b2fa commit 4552952

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/com/arangodb/ArangoDriver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(

src/main/java/com/arangodb/BaseArangoDriver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)