summaryrefslogtreecommitdiffstats
path: root/pki/base/common/src/com/netscape/certsrv/ca
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/certsrv/ca
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/certsrv/ca')
-rw-r--r--pki/base/common/src/com/netscape/certsrv/ca/ICertificateAuthority.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/pki/base/common/src/com/netscape/certsrv/ca/ICertificateAuthority.java b/pki/base/common/src/com/netscape/certsrv/ca/ICertificateAuthority.java
index a49653c12..25bc9cabe 100644
--- a/pki/base/common/src/com/netscape/certsrv/ca/ICertificateAuthority.java
+++ b/pki/base/common/src/com/netscape/certsrv/ca/ICertificateAuthority.java
@@ -125,7 +125,7 @@ public interface ICertificateAuthority extends ISubsystem {
/**
* Retrieves the policy processor of this certificate authority.
- *
+ * @deprecated
* @return CA's policy processor
*/
public IPolicyProcessor getPolicyProcessor();