Skip to content

Commit 602df9b

Browse files
committed
fixed acquireHostListInterval javadoc, interval in milliseconds
1 parent a32bb3d commit 602df9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/arangodb/ArangoDB.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ public Builder acquireHostList(final Boolean acquireHostList) {
304304
/**
305305
* Setting the Interval for acquireHostList
306306
*
307-
* @param acquireHostListInterval Interval in Seconds
307+
* @param acquireHostListInterval Interval in milliseconds
308308
* @return {@link ArangoDB.Builder}
309309
*/
310310
public Builder acquireHostListInterval(final Integer acquireHostListInterval) {

0 commit comments

Comments
 (0)