summaryrefslogtreecommitdiffstats
path: root/pki/base/common/src/com/netscape/cmscore/policy/GenericPolicyProcessor.java
diff options
context:
space:
mode:
authorAde Lee <alee@redhat.com>2012-03-23 16:19:59 -0400
committerAde Lee <alee@redhat.com>2012-03-23 20:51:42 -0400
commit40d3643b8d91886bf210aa27f711731c81a11e49 (patch)
treeafef9b49de9539ab1d681835e150aadefb4f9e53 /pki/base/common/src/com/netscape/cmscore/policy/GenericPolicyProcessor.java
parent154c2954b7986299840746e98ae7a23199cc35b9 (diff)
downloadpki-40d3643b8d91886bf210aa27f711731c81a11e49.tar.gz
pki-40d3643b8d91886bf210aa27f711731c81a11e49.tar.xz
pki-40d3643b8d91886bf210aa27f711731c81a11e49.zip
Added policy deprecations
Many of the policy deprecation warnings come from classes that probably ought to be deprecated as part of the deprecated policy framework as well. Making these as deprecated removes the deprecation warnings - and we can really see where we make sure of deprecated policy code elsewhere. Also removed some URLEncoder, Decoder deprecations
Diffstat (limited to 'pki/base/common/src/com/netscape/cmscore/policy/GenericPolicyProcessor.java')
-rw-r--r--pki/base/common/src/com/netscape/cmscore/policy/GenericPolicyProcessor.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/pki/base/common/src/com/netscape/cmscore/policy/GenericPolicyProcessor.java b/pki/base/common/src/com/netscape/cmscore/policy/GenericPolicyProcessor.java
index c9cc25997..05f8e111a 100644
--- a/pki/base/common/src/com/netscape/cmscore/policy/GenericPolicyProcessor.java
+++ b/pki/base/common/src/com/netscape/cmscore/policy/GenericPolicyProcessor.java
@@ -60,6 +60,7 @@ import com.netscape.cmscore.util.Debug;
* the processor itself presents itself as one big policy to the
* request processor.
*
+ * @deprecated
* @author kanda
* @version $Revision$, $Date$
*/
@@ -1494,6 +1495,9 @@ class RegisteredPolicy {
}
}
+/**
+ * @deprecated
+ */
class PolicyInstance {
String mInstanceId;
String mImplId;