summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/certsrv/base/ICertPrettyPrint.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/common/src/com/netscape/certsrv/base/ICertPrettyPrint.java')
-rw-r--r--base/common/src/com/netscape/certsrv/base/ICertPrettyPrint.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/common/src/com/netscape/certsrv/base/ICertPrettyPrint.java b/base/common/src/com/netscape/certsrv/base/ICertPrettyPrint.java
index e991d5a11..8f9df30b8 100644
--- a/base/common/src/com/netscape/certsrv/base/ICertPrettyPrint.java
+++ b/base/common/src/com/netscape/certsrv/base/ICertPrettyPrint.java
@@ -23,14 +23,14 @@ import java.util.Locale;
* This interface represents a certificate pretty print
* handler. This handler converts certificate object into
* a printable certificate string.
- *
+ *
* @version $Revision$, $Date$
*/
public interface ICertPrettyPrint {
/**
* Returns printable certificate string.
- *
+ *
* @param clientLocale end user locale
* @return printable certificate string
*/