summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-03-30 12:36:37 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-04-09 10:02:07 -0500
commitaaa9e554b6bfbcc315bab57651c0a017ce6adc4a (patch)
tree975ea0724192a587a6824aabbe35f1576906f709 /base
parent5609063edc813c278de130c8cbe54d6f700d5290 (diff)
downloadpki-aaa9e554b6bfbcc315bab57651c0a017ce6adc4a.tar.gz
pki-aaa9e554b6bfbcc315bab57651c0a017ce6adc4a.tar.xz
pki-aaa9e554b6bfbcc315bab57651c0a017ce6adc4a.zip
Undeprecated IRequest.asIAttrSet().
The IRequest.asIAttrSet() is necessary and there is no replacement so it has been undeprecated. Ticket #3
Diffstat (limited to 'base')
-rw-r--r--base/common/src/com/netscape/certsrv/request/IRequest.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/base/common/src/com/netscape/certsrv/request/IRequest.java b/base/common/src/com/netscape/certsrv/request/IRequest.java
index e43856e2d..8759c1490 100644
--- a/base/common/src/com/netscape/certsrv/request/IRequest.java
+++ b/base/common/src/com/netscape/certsrv/request/IRequest.java
@@ -750,14 +750,7 @@ public interface IRequest {
public CertificateSubjectName getExtDataInCertSubjectName(String key);
/**
- * This method returns an IAttrSet wrapper for the IRequest.
- * Use of this method is strongly discouraged. It provides extremely
- * limited functionality, and is only provided for the two places IRequest
- * is being used as such in the code. If you are considering using this
- * method, please don't.
- *
* @return IAttrSet wrapper with basic "get" functionality.
- * @deprecated
*/
public IAttrSet asIAttrSet();