Skip to content

Commit 6391c6d

Browse files
author
Mark
committed
fix JavaDoc
1 parent 4e4ed43 commit 6391c6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2846,7 +2846,7 @@ public SimpleByResultEntity executeSimpleUpdateByExample(
28462846
* @param username
28472847
* the username as string
28482848
* @param passwd
2849-
* the username as string
2849+
* the password as string
28502850
* @param active
28512851
* if true the user is active
28522852
* @param extra
@@ -2868,7 +2868,7 @@ public DefaultEntity createUser(
28682868
* @param username
28692869
* the username as string
28702870
* @param passwd
2871-
* the username as string
2871+
* the password as string
28722872
* @param active
28732873
* if true the user is active
28742874
* @param extra
@@ -2890,7 +2890,7 @@ public DefaultEntity replaceUser(
28902890
* @param username
28912891
* the username as string
28922892
* @param passwd
2893-
* the username as string
2893+
* the password as string
28942894
* @param active
28952895
* if true the user is active
28962896
* @param extra

0 commit comments

Comments
 (0)