summaryrefslogtreecommitdiffstats
path: root/base/tks/src/com/netscape/tks/TKSAuthority.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/tks/src/com/netscape/tks/TKSAuthority.java')
-rw-r--r--base/tks/src/com/netscape/tks/TKSAuthority.java12
1 files changed, 6 insertions, 6 deletions
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.
* <P>
- *
+ *
* @return the request queue.
*/
public IRequestQueue getRequestQueue() {
@@ -83,7 +83,7 @@ public class TKSAuthority implements IAuthority, ISubsystem {
/**
* Initializes this subsystem.
* <P>
- *
+ *
* @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.
* <P>
- *
+ *
* @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() {