8220249: fix headings in java.compiler
authorjjg
Thu, 14 Mar 2019 15:30:16 -0700
changeset 54139 b6134b6d75ff
parent 54138 b70c65a946a0
child 54140 8a66c92526cb
8220249: fix headings in java.compiler Reviewed-by: erikj, darcy
make/CompileJavaModules.gmk
src/java.compiler/share/classes/javax/annotation/processing/Generated.java
--- a/make/CompileJavaModules.gmk	Thu Mar 14 14:25:09 2019 -0700
+++ b/make/CompileJavaModules.gmk	Thu Mar 14 15:30:16 2019 -0700
@@ -70,7 +70,7 @@
 
 ################################################################################
 
-java.compiler_ADD_JAVAC_FLAGS += -Xdoclint:all/protected,-accessibility '-Xdoclint/package:java.*,javax.*'
+java.compiler_ADD_JAVAC_FLAGS += -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
 
 ################################################################################
 
--- a/src/java.compiler/share/classes/javax/annotation/processing/Generated.java	Thu Mar 14 14:25:09 2019 -0700
+++ b/src/java.compiler/share/classes/javax/annotation/processing/Generated.java	Thu Mar 14 15:30:16 2019 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2019, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -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>
  *   &#064;Generated("com.example.Generator")
  * </pre>