--- 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>
* @Generated("com.example.Generator")
* </pre>