Skip to content

Commit

Permalink
use camelcase for getters
Browse files Browse the repository at this point in the history
  • Loading branch information
s1monw committed Jan 17, 2013
1 parent 3d80c53 commit d37c844
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ public int numberOfShards() {
return this.numberOfShards;
}

public int getnumberOfShards() {
public int getNumberOfShards() {
return numberOfShards();
}

Expand Down

0 comments on commit d37c844

Please sign in to comment.