From 813611daa2f55b8d0bd0abc562ce7fddbb2d9322 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Mon, 9 Apr 2012 17:36:50 -0500 Subject: Removed deprecated resources. Some exceptions used deprecated resource class names as the bundle name, they have been replaced with string constants. The deprecated resource classes are no longer used, so they have been removed. Ticket #3 --- base/common/src/com/netscape/certsrv/authorization/EAuthzException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/common/src/com/netscape/certsrv/authorization/EAuthzException.java') diff --git a/base/common/src/com/netscape/certsrv/authorization/EAuthzException.java b/base/common/src/com/netscape/certsrv/authorization/EAuthzException.java index 873ada1af..ccb81f244 100644 --- a/base/common/src/com/netscape/certsrv/authorization/EAuthzException.java +++ b/base/common/src/com/netscape/certsrv/authorization/EAuthzException.java @@ -34,7 +34,7 @@ public class EAuthzException extends EBaseException { /** * Resource class name. */ - private static final String AUTHZ_RESOURCES = AuthzResources.class.getName(); + private static final String AUTHZ_RESOURCES = "com.netscape.certsrv.authorization.AuthzResources"; /** * Constructs a authz exception -- cgit