From 7c7b9d023cd466c1771068badc020dab36beb553 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Thu, 5 Apr 2012 14:49:11 -0500 Subject: Removed whitespaces from Java code. Whitespaces in Java code have been removed with the following command: find . -not -path .git -name *.java -exec sed -i 's/[[:blank:]]\+$//' {} \; Ticket #134 --- base/java-tools/src/com/netscape/cmstools/PKCS10Client.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/java-tools/src/com/netscape/cmstools/PKCS10Client.java') diff --git a/base/java-tools/src/com/netscape/cmstools/PKCS10Client.java b/base/java-tools/src/com/netscape/cmstools/PKCS10Client.java index 7cd50a37a..1e60a1c0e 100644 --- a/base/java-tools/src/com/netscape/cmstools/PKCS10Client.java +++ b/base/java-tools/src/com/netscape/cmstools/PKCS10Client.java @@ -59,7 +59,7 @@ import com.netscape.cmsutil.util.Utils; * approved, a certificate is created for the request, and certificate attributes, such as extensions, are populated * according to certificate profiles. *

- * + * * @version $Revision$, $Date$ */ public class PKCS10Client { -- cgit