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/CMCRequest.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'base/java-tools/src/com/netscape/cmstools/CMCRequest.java') diff --git a/base/java-tools/src/com/netscape/cmstools/CMCRequest.java b/base/java-tools/src/com/netscape/cmstools/CMCRequest.java index 591361149..f77bc039d 100644 --- a/base/java-tools/src/com/netscape/cmstools/CMCRequest.java +++ b/base/java-tools/src/com/netscape/cmstools/CMCRequest.java @@ -86,11 +86,11 @@ import com.netscape.cmsutil.util.Utils; /** * Tool for creating CMC full request - * + * *

- * + * * @version $Revision$, $Date$ - * + * */ public class CMCRequest { @@ -142,7 +142,7 @@ public class CMCRequest { /** * getCMCBlob create and return the enrollent request. *

- * + * * @param signerCert the certificate of the authorized signer of the CMC revocation request. * @param nickname the nickname of the certificate inside the token. * @param rValue CRMF/PKCS10 request. -- cgit