summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/certsrv/extensions/ICMSExtension.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/common/src/com/netscape/certsrv/extensions/ICMSExtension.java')
-rw-r--r--base/common/src/com/netscape/certsrv/extensions/ICMSExtension.java8
1 files changed, 4 insertions, 4 deletions
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)