From 40d3643b8d91886bf210aa27f711731c81a11e49 Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Fri, 23 Mar 2012 16:19:59 -0400 Subject: 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 --- pki/base/common/src/com/netscape/cmscore/policy/GeneralNameUtil.java | 1 + 1 file changed, 1 insertion(+) (limited to 'pki/base/common/src/com/netscape/cmscore/policy/GeneralNameUtil.java') diff --git a/pki/base/common/src/com/netscape/cmscore/policy/GeneralNameUtil.java b/pki/base/common/src/com/netscape/cmscore/policy/GeneralNameUtil.java index 6afaea997..7c7162d0c 100644 --- a/pki/base/common/src/com/netscape/cmscore/policy/GeneralNameUtil.java +++ b/pki/base/common/src/com/netscape/cmscore/policy/GeneralNameUtil.java @@ -53,6 +53,7 @@ import com.netscape.cmsutil.util.Utils; /** * Class that can be used to form general names from configuration file. * Used by policies and extension commands. + * @deprecated */ public class GeneralNameUtil implements IGeneralNameUtil { -- cgit