Skip to content

Commit 553a13f

Browse files
chaorenCompile-Testing Team
authored and
Compile-Testing Team
committed
Fix missing parentheses in Javadoc.
RELNOTES=n/a PiperOrigin-RevId: 681972364
1 parent 397316a commit 553a13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/google/testing/compile/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
*
3535
* <pre>
3636
* Compilation compilation =
37-
* javac().compile(JavaFileObjects.forSourceString("HelloWorld", "final class HelloWorld {}");
37+
* javac().compile(JavaFileObjects.forSourceString("HelloWorld", "final class HelloWorld {}"));
3838
* assertThat(compilation).succeeded();
3939
* </pre>
4040
*

0 commit comments

Comments
 (0)