Skip to content

Commit

Permalink
#2197: replaced int -> final int
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Jul 10, 2023
1 parent 4146ce0 commit 5a952b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public final class BinarizeMojo extends SafeMojo {
@Override
public void exec() throws IOException {
new Moja<>(BinarizeParseMojo.class).copy(this).execute();
int total = new SumOf(
final int total = new SumOf(
new Threads<>(
Runtime.getRuntime().availableProcessors(),
new Mapped<>(
Expand Down

0 comments on commit 5a952b4

Please sign in to comment.