From 1328c0a3043b083eab521f213f67e0d113311241 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Tue, 9 Oct 2007 11:23:33 +0200 Subject: [PATCH] Strip spaces at end of line --- src/authentication/Credential.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/authentication/Credential.java b/src/authentication/Credential.java index 5f2fd7d..aa8ab26 100644 --- a/src/authentication/Credential.java +++ b/src/authentication/Credential.java @@ -36,7 +36,7 @@ public class Credential implements Serializable{ /** Is field value hidden? * - * @return Whether the field is hidden. + * @return Whether the field is hidden. */ public boolean isHideValue() { @@ -72,7 +72,7 @@ public class Credential implements Serializable{ /** Get field value. * - * @return The field value. + * @return The field value. */ public String getValue() { -- 2.11.4.GIT