Skip to content

Commit 6b8b8c5

Browse files
committed
Fix doc typo in Managed.java
Signed-off-by: Ash <73482956+ascopes@users.noreply.github.com>
1 parent 46030fe commit 6b8b8c5

File tree

1 file changed

+1
-1
lines changed
  • java-compiler-testing/src/main/java/io/github/ascopes/jct/junit

1 file changed

+1
-1
lines changed

java-compiler-testing/src/main/java/io/github/ascopes/jct/junit/Managed.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
* Workspace workspace;
4646
*
4747
* {@literal @JavacCompilerTest}
48-
* void myTest(JctCompiler&lt;?, ?&gt compiler) {
48+
* void myTest(JctCompiler&lt;?, ?&gt; compiler) {
4949
* ...
5050
* var compilation = compiler.compile(workspace);
5151
* ...

0 commit comments

Comments
 (0)