File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
java-compiler-testing/src/main/java/io/github/ascopes/jct/compilers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ public interface JctCompilationFactory {
4040 * @param flags the flags to pass to the compiler.
4141 * @param fileManager the file manager to use for file management.
4242 * @param jsr199Compiler the compiler backend to use.
43- * @param classNames the binary names of the classes to compile. If this is null, then classes
44- * should be discovered automatically.
43+ * @param classNames the binary names of the classes to compile. If this is {@code null} , then
44+ * classes should be discovered automatically.
4545 * @return the compilation result that contains whether the compiler succeeded or failed, amongst
4646 * other information.
4747 * @throws JctCompilerException if any prerequisites fail, such as no compilation units being
You can’t perform that action at this time.
0 commit comments