summaryrefslogtreecommitdiffstats
path: root/pki/base/common/src/com/netscape/certsrv/base/IConfigStoreEventListener.java
diff options
context:
space:
mode:
Diffstat (limited to 'pki/base/common/src/com/netscape/certsrv/base/IConfigStoreEventListener.java')
-rw-r--r--pki/base/common/src/com/netscape/certsrv/base/IConfigStoreEventListener.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/pki/base/common/src/com/netscape/certsrv/base/IConfigStoreEventListener.java b/pki/base/common/src/com/netscape/certsrv/base/IConfigStoreEventListener.java
index 376b4e91a..06e7d522a 100644
--- a/pki/base/common/src/com/netscape/certsrv/base/IConfigStoreEventListener.java
+++ b/pki/base/common/src/com/netscape/certsrv/base/IConfigStoreEventListener.java
@@ -34,7 +34,7 @@ public interface IConfigStoreEventListener {
* @exception EBaseException failed to validate
*/
public void validateConfigParams(String action,
- Hashtable params) throws EBaseException;
+ Hashtable<String, String> params) throws EBaseException;
/**
* Validates the config store parameters that changed
@@ -44,5 +44,5 @@ public interface IConfigStoreEventListener {
* @exception EBaseException failed to validate
*/
public void doConfigParams(String action,
- Hashtable params) throws EBaseException;
+ Hashtable<String, String> params) throws EBaseException;
}