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 4337655 commit 5d8ca78Copy full SHA for 5d8ca78
src/main/java/com/google/testing/compile/package-info.java
@@ -46,7 +46,7 @@
46
* Compilation compilation =
47
* javac()
48
* .withProcessors(new MyAnnotationProcessor())
49
- * .compile(JavaFileObjects.forSourceString("HelloWorld", "final class HelloWorld {}");
+ * .compile(JavaFileObjects.forSourceString("HelloWorld", "final class HelloWorld {}"));
50
* assertThat(compilation).succeededWithoutWarnings();
51
* </pre>
52
*
0 commit comments