use camelcase for getters

This commit is contained in:
Simon Willnauer 2013-01-17 22:27:44 +01:00
parent 3d80c53192
commit d37c844da0
1 changed files with 1 additions and 1 deletions

View File

@ -701,7 +701,7 @@ public class MetaData implements Iterable<IndexMetaData> {
return this.numberOfShards;
}
public int getnumberOfShards() {
public int getNumberOfShards() {
return numberOfShards();
}