summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/certsrv/listeners
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-04-05 14:49:11 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-04-09 10:03:25 -0500
commit7c7b9d023cd466c1771068badc020dab36beb553 (patch)
tree178877eb83e25336be7577953945fbdb0b9e1a15 /base/common/src/com/netscape/certsrv/listeners
parentda1e6e2f49f66fd46c8039ff1aa4386309fba8f4 (diff)
downloadpki-7c7b9d023cd466c1771068badc020dab36beb553.tar.gz
pki-7c7b9d023cd466c1771068badc020dab36beb553.tar.xz
pki-7c7b9d023cd466c1771068badc020dab36beb553.zip
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
Diffstat (limited to 'base/common/src/com/netscape/certsrv/listeners')
-rw-r--r--base/common/src/com/netscape/certsrv/listeners/EListenersException.java12
-rw-r--r--base/common/src/com/netscape/certsrv/listeners/IRequestListenerPlugin.java12
-rw-r--r--base/common/src/com/netscape/certsrv/listeners/ListenersResources.java4
3 files changed, 14 insertions, 14 deletions
diff --git a/base/common/src/com/netscape/certsrv/listeners/EListenersException.java b/base/common/src/com/netscape/certsrv/listeners/EListenersException.java
index 6aee21ff4..1169de0b1 100644
--- a/base/common/src/com/netscape/certsrv/listeners/EListenersException.java
+++ b/base/common/src/com/netscape/certsrv/listeners/EListenersException.java
@@ -22,7 +22,7 @@ import com.netscape.certsrv.base.EBaseException;
/**
* A class represents a listener exception.
* <P>
- *
+ *
* @version $Revision$, $Date$
*/
public class EListenersException extends EBaseException {
@@ -39,7 +39,7 @@ public class EListenersException extends EBaseException {
/**
* Constructs a listeners exception.
* <P>
- *
+ *
* @param msgFormat The error message resource key.
*/
public EListenersException(String msgFormat) {
@@ -49,7 +49,7 @@ public class EListenersException extends EBaseException {
/**
* Constructs a listeners exception.
* <P>
- *
+ *
* @param msgFormat exception details in message string format.
* @param param message string parameter.
*/
@@ -60,7 +60,7 @@ public class EListenersException extends EBaseException {
/**
* Constructs a Listeners exception.
* <P>
- *
+ *
* @param msgFormat The resource key.
* @param e The parameter as an exception.
*/
@@ -71,7 +71,7 @@ public class EListenersException extends EBaseException {
/**
* Constructs a Listeners exception.
* <P>
- *
+ *
* @param msgFormat The resource key.
* @param params Array of params.
*/
@@ -82,7 +82,7 @@ public class EListenersException extends EBaseException {
/**
* get the listener resource class name.
* <P>
- *
+ *
* @return the class name of the resource.
*/
protected String getBundleName() {
diff --git a/base/common/src/com/netscape/certsrv/listeners/IRequestListenerPlugin.java b/base/common/src/com/netscape/certsrv/listeners/IRequestListenerPlugin.java
index c615586db..3f7863248 100644
--- a/base/common/src/com/netscape/certsrv/listeners/IRequestListenerPlugin.java
+++ b/base/common/src/com/netscape/certsrv/listeners/IRequestListenerPlugin.java
@@ -24,7 +24,7 @@ import com.netscape.certsrv.base.IConfigStore;
* This interface represents a plug-in listener. Implement this class to
* add the listener to an ARequestNotifier of a subsystem.
* <P>
- *
+ *
* @version $Revision$, $Date$
*/
public interface IRequestListenerPlugin {
@@ -32,7 +32,7 @@ public interface IRequestListenerPlugin {
/**
* get the registered class name set in the init() method.
* <P>
- *
+ *
* @return the Name.
*/
public String getName();
@@ -40,7 +40,7 @@ public interface IRequestListenerPlugin {
/**
* get the plugin implementaion name set in the init() method.
* <P>
- *
+ *
* @return the plugin implementation name.
*/
public String getImplName();
@@ -48,7 +48,7 @@ public interface IRequestListenerPlugin {
/**
* the subsystem call this method to initialize the plug-in.
* <P>
- *
+ *
* @param name the registered class name of the plug-in.
* @param implName the implemetnation name of the plug-in.
* @param config the configuration store where the.
@@ -66,7 +66,7 @@ public interface IRequestListenerPlugin {
/**
* get the configuration parameters of the plug-in.
* <P>
- *
+ *
* @return the configuration parameters.
* @exception EBaseException throws base exception in the certificate server.
*/
@@ -77,7 +77,7 @@ public interface IRequestListenerPlugin {
* get the configuration store of the plugin where the
* configuration parameters of the plug-in are stored.
* <P>
- *
+ *
* @return the configuration store.
*/
diff --git a/base/common/src/com/netscape/certsrv/listeners/ListenersResources.java b/base/common/src/com/netscape/certsrv/listeners/ListenersResources.java
index 9eaf41371..0eccf2f19 100644
--- a/base/common/src/com/netscape/certsrv/listeners/ListenersResources.java
+++ b/base/common/src/com/netscape/certsrv/listeners/ListenersResources.java
@@ -22,7 +22,7 @@ import java.util.ListResourceBundle;
/**
* A class represents a resource bundle for the
* listeners package.
- *
+ *
* @version $Revision$, $Date$
*/
public class ListenersResources extends ListResourceBundle {
@@ -30,7 +30,7 @@ public class ListenersResources extends ListResourceBundle {
/**
* get the content of the resource.
* <P>
- *
+ *
* @return the content of this resource is a value pairs array of keys and values.
*/
public Object[][] getContents() {