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 53f1ea2 commit 66f7783Copy full SHA for 66f7783
java-compiler-testing/src/main/java/io/github/ascopes/jct/compilers/AbstractJctCompiler.java
@@ -45,7 +45,7 @@
45
* <p>Implementations should extend this class and override anything they require.
46
* In most cases, you should not need to override anything other than the constructor.
47
*
48
- * <p>This class is <strong>not thread-safe</strong> thread-safe!
+ * <p>This class is <strong>not thread-safe</strong>.
49
50
* <p>If you wish to create a common set of configuration settings for instances of
51
* this class, you should consider writing a custom {@link JctCompilerConfigurer} object to apply
0 commit comments