mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 18:35:25 +00:00
use camelcase for getters
This commit is contained in:
parent
3d80c53192
commit
d37c844da0
@ -701,7 +701,7 @@ public class MetaData implements Iterable<IndexMetaData> {
|
||||
return this.numberOfShards;
|
||||
}
|
||||
|
||||
public int getnumberOfShards() {
|
||||
public int getNumberOfShards() {
|
||||
return numberOfShards();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user