You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jnosql-arangodb/src/main/java/org/eclipse/jnosql/databases/arangodb/communication/ArangoDBDocumentManager.java
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -31,24 +31,24 @@ public interface ArangoDBDocumentManager extends DocumentManager {
31
31
* <p>FOR u IN users FILTER u.status == @status RETURN u </p>
32
32
*
33
33
* @param query the query
34
-
* @param values the named queries
34
+
* @param params the named queries
35
35
* @return the query result
36
-
* @throws NullPointerException when either query or values are null
36
+
* @throws NullPointerException when either query or params are null
Copy file name to clipboardExpand all lines: jnosql-arangodb/src/main/java/org/eclipse/jnosql/databases/arangodb/communication/DefaultArangoDBDocumentManager.java
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -142,21 +142,21 @@ public long count(String documentCollection) {
0 commit comments