src/java.compiler/share/classes/javax/annotation/processing/Generated.java
changeset 54139 b6134b6d75ff
parent 47216 71c04702a3d5
--- 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>