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/tks/src/com/netscape/tks/TKSAuthority.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'base/tks/src/com/netscape/tks') diff --git a/base/tks/src/com/netscape/tks/TKSAuthority.java b/base/tks/src/com/netscape/tks/TKSAuthority.java index 1987659c4..836dc7959 100644 --- a/base/tks/src/com/netscape/tks/TKSAuthority.java +++ b/base/tks/src/com/netscape/tks/TKSAuthority.java @@ -37,7 +37,7 @@ public class TKSAuthority implements IAuthority, ISubsystem { /** * Retrieves the request queue for the Authority. *

- * + * * @return the request queue. */ public IRequestQueue getRequestQueue() { @@ -83,7 +83,7 @@ public class TKSAuthority implements IAuthority, ISubsystem { /** * Initializes this subsystem. *

- * + * * @param owner owner of this subsystem * @param config configuration of this subsystem * @exception EBaseException failed to initialize this RA @@ -101,7 +101,7 @@ public class TKSAuthority implements IAuthority, ISubsystem { /** * Notifies this subsystem if owner is in running mode. - * + * * @exception EBaseException failed to start up */ public void startup() throws EBaseException { @@ -127,7 +127,7 @@ public class TKSAuthority implements IAuthority, ISubsystem { /** * Returns the root configuration storage of this system. *

- * + * * @return configuration store of this subsystem */ public IConfigStore getConfigStore() { @@ -140,7 +140,7 @@ public class TKSAuthority implements IAuthority, ISubsystem { /** * Sets subsystem identifier. - * + * * @param id subsystem id * @exception EBaseException failed to set id */ @@ -150,7 +150,7 @@ public class TKSAuthority implements IAuthority, ISubsystem { /** * Retrieves logger from escrow authority. - * + * * @return logger */ public ILogger getLogger() { -- cgit