jdk/src/share/classes/sun/security/ssl/CipherSuite.java
changeset 4236 02f52c723b79
parent 3957 c8fdb8fad795
child 5506 202f599c92aa
--- a/jdk/src/share/classes/sun/security/ssl/CipherSuite.java	Fri Oct 30 21:31:02 2009 +0000
+++ b/jdk/src/share/classes/sun/security/ssl/CipherSuite.java	Thu Nov 12 23:00:23 2009 +0000
@@ -74,7 +74,7 @@
     // Flag indicating if CipherSuite availability can change dynamically.
     // This is the case when we rely on a JCE cipher implementation that
     // may not be available in the installed JCE providers.
-    // It is true because we might not have an ECC or Kerberos implementation.
+    // It is true because we might not have an ECC implementation.
     final static boolean DYNAMIC_AVAILABILITY = true;
 
     private final static boolean ALLOW_ECC = Debug.getBooleanProperty