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.
1 parent 559135e commit 598585bCopy full SHA for 598585b
framework/codemodder-base/src/main/java/io/codemodder/Runner.java
@@ -33,9 +33,9 @@ public static int run(
33
}
34
35
/**
36
- *
37
- * Runs the given codemods with CLI arguments you get from a main() method. This is the most like entry point you want to use.
38
+ * Runs the given codemods with CLI arguments you get from a main() method. This is the most like
+ * entry point you want to use.
+ *
39
* @see #run(List, String[], PrintWriter, PrintWriter)
40
*/
41
public static void run(final List<Class<? extends CodeChanger>> codemods, final String[] args) {
0 commit comments