Skip to content

Commit cf9d650

Browse files
committed
Minor cleanups for the c.g.testing.compile javadocs.
------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=65461195
1 parent dd69f2a commit cf9d650

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@
1515
*/
1616

1717
/**
18-
* This package contains two {@link org.truth0.Truth} subjects ({@link
19-
* com.google.testing.compile.JavaSourceSubjectFactory#javaSource()} and {@link
20-
* com.google.testing.compile.JavaSourcesSubjectFactory#javaSources()})
18+
* This package contains two {@link org.truth0.Truth} subjects
19+
* ({@link JavaSourceSubjectFactory#javaSource} and {@link JavaSourcesSubjectFactory#javaSources})
2120
* that facilitate testing {@code javac} compilation. Particularly, this enables quick, small tests
2221
* of {@linkplain javax.annotation.processing.Processor annotation processors} without forking
2322
* {@code javac} or creating separate integration test projects.
@@ -29,9 +28,9 @@
2928
* .compilesWithoutError();
3029
* }</pre>
3130
*
32-
* <p>The above code snippet tests that the provide source compiles without error. There is not much
33-
* utility in testing compilation for simple sources, but the API also allows for the addition of
34-
* {@linkplain javax.annotation.processing.Processor annotation processors}. Here is the same
31+
* <p>The above code snippet tests that the provided source compiles without error. There is not
32+
* much utility in testing compilation for simple sources, but the API also allows for the addition
33+
* of {@linkplain javax.annotation.processing.Processor annotation processors}. Here is the same
3534
* example with a processor: <pre> {@code
3635
*
3736
* ASSERT.about(javaSource())

0 commit comments

Comments
 (0)