RFR 8220256: fix headings in java.security.sasl

Weijun Wang weijun.wang at oracle.com
Mon Mar 11 10:31:01 UTC 2019


Hi Jon,

Please take a look at the patch below.

diff --git a/src/java.security.sasl/share/classes/javax/security/sasl/package-info.java b/src/java.security.sasl/share/classes/javax/security/sasl/package-info.java
--- a/src/java.security.sasl/share/classes/javax/security/sasl/package-info.java
+++ b/src/java.security.sasl/share/classes/javax/security/sasl/package-info.java
@@ -30,7 +30,7 @@
  * It is used by developers to add authentication support for
  * connection-based protocols that use SASL.
  *
- * <h3>SASL Overview</h3>
+ * <h2>SASL Overview</h2>
  *
  * Simple Authentication and Security Layer (SASL) specifies a
  * challenge-response protocol in which data is exchanged between the
@@ -74,7 +74,7 @@
  * allow negotiation of the security layer.  For External, the
  * security layer is determined by the external protocol.
  *
- * <h3>Usage</h3>
+ * <h2>Usage</h2>
  *
  * Users of this API are typically developers who produce
  * client library implementations for connection-based protocols,

In case you want to look at the whole file, its current content is at https://hg.openjdk.java.net/jdk/jdk/file/9a1dd1203a4f/src/java.security.sasl/share/classes/javax/security/sasl/package-info.java <https://hg.openjdk.java.net/jdk/jdk/file/9a1dd1203a4f/src/java.security.sasl/share/classes/javax/security/sasl/package-info.java>.

Thanks,
Max

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/security-dev/attachments/20190311/9a64041c/attachment.html>


More information about the security-dev mailing list