From aaa9e554b6bfbcc315bab57651c0a017ce6adc4a Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Fri, 30 Mar 2012 12:36:37 -0500 Subject: Undeprecated IRequest.asIAttrSet(). The IRequest.asIAttrSet() is necessary and there is no replacement so it has been undeprecated. Ticket #3 --- base/common/src/com/netscape/certsrv/request/IRequest.java | 7 ------- 1 file changed, 7 deletions(-) (limited to 'base') 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(); -- cgit