File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed 
src/main/java/com/arangodb/entity Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -85,8 +85,7 @@ public void setCount(final Long count) {
8585}
8686
8787/** 
88-  * @return contains the names of document attributes that are used to determine the target shard for documents. Only 
89-  * in a cluster setup 
88+  * @return the number of shards of the collection. Only in a cluster setup (else returning null). 
9089 */ 
9190public  Integer  getNumberOfShards () {
9291return  numberOfShards ;
@@ -97,7 +96,8 @@ public void setNumberOfShards(final Integer numberOfShards) {
9796}
9897
9998/** 
100-  * @return the number of shards of the collection. Only in a cluster setup. 
99+  * @return the names of document attributes that are used to determine the target shard for documents. 
100+  * Only in a cluster setup (else returning null). 
101101 */ 
102102public  Collection <String > getShardKeys () {
103103return  shardKeys ;
@@ -116,7 +116,7 @@ public void setReplicationFactor(final Integer replicationFactor) {
116116}
117117
118118/** 
119-  * @return whether the collection is a satellite collection. Only in a  enterprise cluster setup. 
119+  * @return whether the collection is a satellite collection. Only in an  enterprise cluster setup (else returning null) . 
120120 */ 
121121public  Boolean  getSatellite () {
122122return  this .replicationFactor .getSatellite ();
                         You can’t perform that action at this time. 
           
                  
0 commit comments