summaryrefslogtreecommitdiff
path: root/gnu/javax/crypto/sasl/NoSuchUserException.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/javax/crypto/sasl/NoSuchUserException.java')
-rw-r--r--gnu/javax/crypto/sasl/NoSuchUserException.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/javax/crypto/sasl/NoSuchUserException.java b/gnu/javax/crypto/sasl/NoSuchUserException.java
index 387339f60..447c7b919 100644
--- a/gnu/javax/crypto/sasl/NoSuchUserException.java
+++ b/gnu/javax/crypto/sasl/NoSuchUserException.java
@@ -1,4 +1,4 @@
-/* NoSuchUserException.java --
+/* NoSuchUserException.java --
Copyright (C) 2003, 2006 Free Software Foundation, Inc.
This file is a part of GNU Classpath.
@@ -57,7 +57,7 @@ public class NoSuchUserException
* Constructs a <code>NoSuchUserException</code> with the specified detail
* message. In the case of this exception, the detail message designates the
* offending username.
- *
+ *
* @param arg the detail message, which in this case is the username.
*/
public NoSuchUserException(String arg)