# HG changeset patch # User weijun # Date 1552439143 -28800 # Node ID 1cef5fc16af854d56799ad9df01d5cf1a9c276ca # Parent 0bbff075bf41b396fb4a7a9148f919929a26ec85 8220256: fix headings in java.security.sasl Reviewed-by: mullan diff -r 0bbff075bf41 -r 1cef5fc16af8 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 Tue Mar 12 17:55:17 2019 -0700 +++ b/src/java.security.sasl/share/classes/javax/security/sasl/package-info.java Wed Mar 13 09:05:43 2019 +0800 @@ -30,7 +30,7 @@ * It is used by developers to add authentication support for * connection-based protocols that use SASL. * - *

SASL Overview

+ *

SASL Overview

* * 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. * - *

Usage

+ *

Usage

* * Users of this API are typically developers who produce * client library implementations for connection-based protocols,