summaryrefslogtreecommitdiffstats
path: root/libjava/classpath/javax/security/auth/kerberos/KerberosPrincipal.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/javax/security/auth/kerberos/KerberosPrincipal.java')
-rw-r--r--libjava/classpath/javax/security/auth/kerberos/KerberosPrincipal.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/classpath/javax/security/auth/kerberos/KerberosPrincipal.java b/libjava/classpath/javax/security/auth/kerberos/KerberosPrincipal.java
index d52b5cf9e6c..4ba767226f3 100644
--- a/libjava/classpath/javax/security/auth/kerberos/KerberosPrincipal.java
+++ b/libjava/classpath/javax/security/auth/kerberos/KerberosPrincipal.java
@@ -107,7 +107,7 @@ public final class KerberosPrincipal
* Create a new instance with the given name and type. The name is
* parsed according to the rules in the RFC. If there is no realm,
* then the local realm is used instead.
- *
+ *
* @param name the principal's name
* @param type the principal's type
*/
@@ -202,6 +202,6 @@ public final class KerberosPrincipal
public String toString()
{
// This is what came to mind.
- return name + ":" + type;
+ return name + ":" + type;
}
}
OpenPOWER on IntegriCloud