Skip to content

Commit

Permalink
fix: checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Dec 8, 2022
1 parent 38c3924 commit 7841d46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ private void processDependencies(JsonObject json, File baseDir, File rootFile,

if (deps != null) {
for (Map.Entry<String, JsonValue> entry : deps.entrySet()) {
String pathName = entry.getKey();
final String pathName = entry.getKey();
String name = pathName;
File base;

Expand Down

0 comments on commit 7841d46

Please sign in to comment.