Skip to content

Commit

Permalink
Fix missing parentheses in Javadoc.
Browse files Browse the repository at this point in the history
RELNOTES=n/a
PiperOrigin-RevId: 681975991
  • Loading branch information
chaoren authored and Compile-Testing Team committed Oct 3, 2024
1 parent 397316a commit a4c8e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/google/testing/compile/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
*
* <pre>
* Compilation compilation =
* javac().compile(JavaFileObjects.forSourceString("HelloWorld", "final class HelloWorld {}");
* javac().compile(JavaFileObjects.forSourceString("HelloWorld", "final class HelloWorld {}"));
* assertThat(compilation).succeeded();
* </pre>
*
Expand Down

0 comments on commit a4c8e45

Please sign in to comment.