8225304: Tiny HTML error (bad heading) in org.ietf.jgss package-info.java
authorweijun
Thu, 06 Jun 2019 21:19:07 +0800
changeset 55255 d49b72808414
parent 55254 36cb654a690f
child 55256 3b22c7e00573
8225304: Tiny HTML error (bad heading) in org.ietf.jgss package-info.java Reviewed-by: xuelei
src/java.security.jgss/share/classes/org/ietf/jgss/package-info.java
--- a/src/java.security.jgss/share/classes/org/ietf/jgss/package-info.java	Thu Jun 06 13:46:03 2019 +0300
+++ b/src/java.security.jgss/share/classes/org/ietf/jgss/package-info.java	Thu Jun 06 21:19:07 2019 +0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 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
@@ -52,7 +52,7 @@
  * produces tokens that the application must somehow transport to the
  * other end.
  *
- * <h3 id="useSubjectCredsOnly">Credential Acquisition</h3>
+ * <h2 id="useSubjectCredsOnly">Credential Acquisition</h2>
  * The GSS-API itself does not dictate how an underlying mechanism
  * obtains the credentials that are needed for authentication. It is
  * assumed that prior to calling the GSS-API, these credentials are
@@ -93,28 +93,9 @@
  * just the current Subject itself.
  *
  * <h2>Related Documentation</h2>
- * <p>
  * For an online tutorial on using Java GSS-API, please see
  * {@extLink security_guide_jgss_tutorial
  * Introduction to JAAS and Java GSS-API}.
- * </p>
- *
- * <!--
- * <h2>Package Specification</h2>
- *
- * ##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT #####
- * <ul>
- * <li><a href="">##### REFER TO ANY FRAMEMAKER SPECIFICATION HERE #####</a>
- * </ul>
- *
- * <h2>Related Documentation</h2>
- *
- * For overviews, tutorials, examples, guides, and tool documentation, please see:
- * <ul>
- * <li><a href="">##### REFER TO NON-SPEC DOCUMENTATION HERE #####</a>
- * </ul>
- *
- * -->
  *
  * @since 1.4
  * */