Looks good.
/Erik
On 2019-03-14 14:15, Jonathan Gibbons wrote:
Build folk,
Joe previously approved the fix for the single use of a heading in the
java.compiler module. Now that doclint has been fixed, we can
re-enable doclint accessibility checking for this module as well.
-- Jon
JBS: https://bugs.openjdk.java.net/browse/JDK-8220249
Webrev: http://cr.openjdk.java.net/~jjg/8220249/webrev.00
On 03/07/2019 03:34 PM, Joe Darcy wrote:
+1
Cheers,
-Joe
On 3/7/2019 12:37 PM, Jonathan Gibbons wrote:
Please review a trivial doc fix to adjust a heading in the
java.compiler module. The heading is changed from <h3> to <h2>.
-- Jon
JBS: https://bugs.openjdk.java.net/browse/JDK-8220249
$ hg diff -R open
diff -r fb9541185457
src/java.compiler/share/classes/javax/annotation/processing/Generated.java
---
a/src/java.compiler/share/classes/javax/annotation/processing/Generated.java
Tue Mar 05 10:35:29 2019 -0800
+++
b/src/java.compiler/share/classes/javax/annotation/processing/Generated.java
Thu Mar 07 12:31:38 2019 -0800
@@ -33,7 +33,7 @@
* It can also be used to differentiate user written code from
generated code in
* a single file.
*
- * <h3>Examples:</h3>
+ * <h2>Examples:</h2>
* <pre>
* @Generated("com.example.Generator")
* </pre>