You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by mu...@apache.org on 2006/06/01 23:24:41 UTC

svn commit: r410963 - /xml/security/trunk/src/org/apache/xml/security/keys/content/x509/XMLX509CRL.java

Author: mullan
Date: Thu Jun  1 14:24:40 2006
New Revision: 410963

URL: http://svn.apache.org/viewvc?rev=410963&view=rev
Log:
Fix findbugs bug:
Unread field: XMLX509CRL.log

Modified:
    xml/security/trunk/src/org/apache/xml/security/keys/content/x509/XMLX509CRL.java

Modified: xml/security/trunk/src/org/apache/xml/security/keys/content/x509/XMLX509CRL.java
URL: http://svn.apache.org/viewvc/xml/security/trunk/src/org/apache/xml/security/keys/content/x509/XMLX509CRL.java?rev=410963&r1=410962&r2=410963&view=diff
==============================================================================
--- xml/security/trunk/src/org/apache/xml/security/keys/content/x509/XMLX509CRL.java (original)
+++ xml/security/trunk/src/org/apache/xml/security/keys/content/x509/XMLX509CRL.java Thu Jun  1 14:24:40 2006
@@ -16,29 +16,19 @@
  */
 package org.apache.xml.security.keys.content.x509;
 
-
-
 import org.apache.xml.security.exceptions.XMLSecurityException;
 import org.apache.xml.security.utils.Constants;
 import org.apache.xml.security.utils.SignatureElementProxy;
 import org.w3c.dom.Document;
 import org.w3c.dom.Element;
 
-
 /**
  *
- *
- *
- *
  * @author $Author$
  *
  */
 public class XMLX509CRL extends SignatureElementProxy
         implements XMLX509DataContent {
-
-   /** {@link org.apache.commons.logging} logging facility */
-    static org.apache.commons.logging.Log log = 
-        org.apache.commons.logging.LogFactory.getLog(XMLX509CRL.class.getName());
 
    /**
     * Constructor XMLX509CRL