Skip to content

Commit

Permalink
refactor camelCase
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelQuetin committed Apr 11, 2024
1 parent 5a2cacf commit 6167a80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public int getNbActiveThreads() {
return this.nbActiveThreads.get();
}

public int incrementNbLignesTraiteesAndGet() {
public int incrementnbLignesTraiteesAndGet() {
return this.nbLignesTraitees.incrementAndGet();
}

Expand Down

0 comments on commit 6167a80

Please sign in to comment.