We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 808d229 commit bd61954Copy full SHA for bd61954
src/main/java/com/arangodb/model/CollectionCreateOptions.java
@@ -186,7 +186,7 @@ public String[] getShardKeys() {
186
* changed once set. This option is meaningless in a single server setup.
187
* @return options
188
*/
189
- public CollectionCreateOptions shardKeys(final String[] shardKeys) {
+ public CollectionCreateOptions shardKeys(final String... shardKeys) {
190
this.shardKeys = shardKeys;
191
return this;
192
}
0 commit comments