summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/certsrv/extensions
diff options
context:
space:
mode:
Diffstat (limited to 'base/common/src/com/netscape/certsrv/extensions')
-rw-r--r--base/common/src/com/netscape/certsrv/extensions/EExtensionsException.java2
-rw-r--r--base/common/src/com/netscape/certsrv/extensions/ExtensionsResources.java2
-rw-r--r--base/common/src/com/netscape/certsrv/extensions/ICMSExtension.java8
3 files changed, 6 insertions, 6 deletions
diff --git a/base/common/src/com/netscape/certsrv/extensions/EExtensionsException.java b/base/common/src/com/netscape/certsrv/extensions/EExtensionsException.java
index 40fe80f99..5374a466a 100644
--- a/base/common/src/com/netscape/certsrv/extensions/EExtensionsException.java
+++ b/base/common/src/com/netscape/certsrv/extensions/EExtensionsException.java
@@ -21,7 +21,7 @@ import com.netscape.certsrv.base.EBaseException;
/**
* This represents the extensions exception.
- *
+ *
* @version $Revision$, $Date$
*/
public class EExtensionsException extends EBaseException {
diff --git a/base/common/src/com/netscape/certsrv/extensions/ExtensionsResources.java b/base/common/src/com/netscape/certsrv/extensions/ExtensionsResources.java
index ca1e4545a..411509caf 100644
--- a/base/common/src/com/netscape/certsrv/extensions/ExtensionsResources.java
+++ b/base/common/src/com/netscape/certsrv/extensions/ExtensionsResources.java
@@ -21,7 +21,7 @@ import java.util.ListResourceBundle;
/**
* This represents the resources for extensions.
- *
+ *
* @version $Revision$, $Date$
*/
public class ExtensionsResources extends ListResourceBundle {
diff --git a/base/common/src/com/netscape/certsrv/extensions/ICMSExtension.java b/base/common/src/com/netscape/certsrv/extensions/ICMSExtension.java
index 04086adcf..ef2b1acbf 100644
--- a/base/common/src/com/netscape/certsrv/extensions/ICMSExtension.java
+++ b/base/common/src/com/netscape/certsrv/extensions/ICMSExtension.java
@@ -28,7 +28,7 @@ import com.netscape.certsrv.base.ISubsystem;
/**
* CMS extension interface, for creating extensions from http input and
* displaying extensions to html forms.
- *
+ *
* @version $Revision$, $Date$
*/
public interface ICMSExtension {
@@ -44,7 +44,7 @@ public interface ICMSExtension {
/**
* Get name of this extension.
- *
+ *
* @return the name of this CMS extension, for
*/
public String getName();
@@ -56,7 +56,7 @@ public interface ICMSExtension {
/**
* Get an instance of the extension given http input.
- *
+ *
* @return an instance of the extension.
*/
public Extension getExtension(IArgBlock argblock)
@@ -65,7 +65,7 @@ public interface ICMSExtension {
/**
* Get Javascript name value pairs to put into the request processing
* template.
- *
+ *
* @return name value pairs
*/
public IArgBlock getFormParams(Extension extension)