We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c6ad6d + bb1baab commit 237abd6Copy full SHA for 237abd6
scalafix-interfaces/src/main/java/scalafix/interfaces/Scalafix.java
@@ -112,8 +112,8 @@ public interface Scalafix {
112
* @return An implementation of the {@link Scalafix} interface.
113
* @throws ScalafixException in case of errors during artifact resolution/fetching.
114
*/
115
- static Scalafix fetchAndClassloadInstance(String scalaBinaryVersion) throws ScalafixException {
116
- return fetchAndClassloadInstance(scalaBinaryVersion, Repository.defaults());
+ static Scalafix fetchAndClassloadInstance(String requestedScalaVersion) throws ScalafixException {
+ return fetchAndClassloadInstance(requestedScalaVersion, Repository.defaults());
117
}
118
119
/**
0 commit comments