diff options
Diffstat (limited to 'libjava/classpath/gnu/javax/net/ssl/provider/Debug.java')
| -rw-r--r-- | libjava/classpath/gnu/javax/net/ssl/provider/Debug.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/classpath/gnu/javax/net/ssl/provider/Debug.java b/libjava/classpath/gnu/javax/net/ssl/provider/Debug.java index 6d0f7c3a519..308ef67a003 100644 --- a/libjava/classpath/gnu/javax/net/ssl/provider/Debug.java +++ b/libjava/classpath/gnu/javax/net/ssl/provider/Debug.java @@ -40,7 +40,7 @@ package gnu.javax.net.ssl.provider; /** * Debug constants for Jessie. - * + * * @author Casey Marshall (csm@gnu.org) */ public final class Debug @@ -50,13 +50,13 @@ public final class Debug * logger. */ public static final boolean DEBUG = true; - + /** * Set to true to dump out info about the SSL key exchange. Since this * MAY contain sensitive data, it is a separate value. */ public static final boolean DEBUG_KEY_EXCHANGE = true; - + /** * Set to true to turn on dumping of decrypted packets. Since this will * log potentially-sensitive information (i.e., decrypted messages), only |

