Skip to content

Commit 366eaba

Browse files
authored
Fix missing JavaDoc comment in AbstractJctCompiler.java
Signed-off-by: ascopes <[email protected]>
1 parent 3366abb commit 366eaba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ public JctCompilationFactory getCompilationFactory() {
460460
@Override
461461
public abstract String getDefaultRelease();
462462

463-
/*
463+
/**
464464
* Build the list of flags from this compiler object using the flag builder.
465465
*
466466
* <p>Implementations should not need to override this unless there is a special edge case

0 commit comments

Comments
 (0)