Skip to content

Commit 8ffd708

Browse files
authored
Update JctCompilationFactory.java docs
Signed-off-by: ascopes <73482956+ascopes@users.noreply.github.com>
1 parent 406d89a commit 8ffd708

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java-compiler-testing/src/main/java/io/github/ascopes/jct/compilers/JctCompilationFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)