Skip to content

Commit

Permalink
Improve commentary.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Boerman committed Dec 25, 2024
1 parent e49d6d2 commit 6ddc342
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ private static File[] downloadScalaLibraries(String scalaVersion, Map<String, St
String value = entry.getValue();

String fileName;
if (key.endsWith("-url")) {
if (key.endsWith("-url")) { //see PluginScalaVersion
fileName = key.substring(0, key.length() - 3) + scalaVersion + ".jar";
} else if (key.endsWith(".jar")) {
fileName = key;
Expand Down

0 comments on commit 6ddc342

Please sign in to comment.