Skip to content

Commit 66f7783

Browse files
authored
Fix JavaDoc typo in AbstractJctCompiler.java
[skip ci] Signed-off-by: Ashley <73482956+ascopes@users.noreply.github.com>
1 parent 53f1ea2 commit 66f7783

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
@@ -45,7 +45,7 @@
4545
* <p>Implementations should extend this class and override anything they require.
4646
* In most cases, you should not need to override anything other than the constructor.
4747
*
48-
* <p>This class is <strong>not thread-safe</strong> thread-safe!
48+
* <p>This class is <strong>not thread-safe</strong>.
4949
*
5050
* <p>If you wish to create a common set of configuration settings for instances of
5151
* this class, you should consider writing a custom {@link JctCompilerConfigurer} object to apply

0 commit comments

Comments
 (0)