Skip to content

Commit

Permalink
Merge pull request #249 from gabilang/sync-java17-main
Browse files Browse the repository at this point in the history
Sync Java 17 changes with main
  • Loading branch information
gabilang authored Jul 26, 2023
2 parents f3aa3aa + 5a57435 commit 480f904
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/
public class Pluralizer {

private Pluralizer(){}
private Pluralizer() {}

public static String pluralize(String word) {
for (String rule : Rules.UNCOUNTABLE_RULES) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/
public class Rules {

private Rules(){}
private Rules() {}

// Irregular rules.
static final String[][] IRREGULAR_RULES = (new String[][] {
Expand Down

0 comments on commit 480f904

Please sign in to comment.