summaryrefslogtreecommitdiffstats
path: root/pki/base/common/src/com/netscape/certsrv/registry/IPluginRegistry.java
diff options
context:
space:
mode:
Diffstat (limited to 'pki/base/common/src/com/netscape/certsrv/registry/IPluginRegistry.java')
-rw-r--r--pki/base/common/src/com/netscape/certsrv/registry/IPluginRegistry.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/pki/base/common/src/com/netscape/certsrv/registry/IPluginRegistry.java b/pki/base/common/src/com/netscape/certsrv/registry/IPluginRegistry.java
index 0497562b..7631f3ea 100644
--- a/pki/base/common/src/com/netscape/certsrv/registry/IPluginRegistry.java
+++ b/pki/base/common/src/com/netscape/certsrv/registry/IPluginRegistry.java
@@ -49,7 +49,7 @@ public interface IPluginRegistry extends ISubsystem {
*
* @return a list of String-based names
*/
- public Enumeration getTypeNames();
+ public Enumeration<String> getTypeNames();
/**
* Returns a list of plugin identifiers of the given type.
@@ -57,7 +57,7 @@ public interface IPluginRegistry extends ISubsystem {
* @param type plugin type
* @return a list of plugin IDs
*/
- public Enumeration getIds(String type);
+ public Enumeration<String> getIds(String type);
/**
* Retrieves the plugin information.