jdk/src/java.security.sasl/share/classes/module-info.java
changeset 40405 127fac211e5c
parent 36511 9d0388c6b336
child 43710 8fa2058eb740
--- a/jdk/src/java.security.sasl/share/classes/module-info.java	Wed Aug 17 16:03:52 2016 -0700
+++ b/jdk/src/java.security.sasl/share/classes/module-info.java	Thu Aug 18 12:39:23 2016 -0400
@@ -23,6 +23,13 @@
  * questions.
  */
 
+/**
+ * Defines Java support for the IETF Simple Authentication and Security Layer
+ * (SASL).
+ * <P>
+ * This module also contains SASL mechanisms including DIGEST-MD5,
+ * CRAM-MD5, and NTLM.
+ */
 module java.security.sasl {
     requires java.logging;