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:21:14 UTC

svn commit: r410958 - /xml/security/trunk/src/org/apache/xml/security/keys/content/SPKIData.java

Author: mullan
Date: Thu Jun  1 14:21:13 2006
New Revision: 410958

URL: http://svn.apache.org/viewvc?rev=410958&view=rev
Log:
Fixed findbugs bug:
Unread field: SPKIData.log

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

Modified: xml/security/trunk/src/org/apache/xml/security/keys/content/SPKIData.java
URL: http://svn.apache.org/viewvc/xml/security/trunk/src/org/apache/xml/security/keys/content/SPKIData.java?rev=410958&r1=410957&r2=410958&view=diff
==============================================================================
--- xml/security/trunk/src/org/apache/xml/security/keys/content/SPKIData.java (original)
+++ xml/security/trunk/src/org/apache/xml/security/keys/content/SPKIData.java Thu Jun  1 14:21:13 2006
@@ -16,24 +16,17 @@
  */
 package org.apache.xml.security.keys.content;
 
-
-
 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.Element;
 
-
 /**
  *
  * @author $Author$
  * $todo$ implement
  */
 public class SPKIData extends SignatureElementProxy implements KeyInfoContent {
-
-   /** {@link org.apache.commons.logging} logging facility */
-    static org.apache.commons.logging.Log log = 
-        org.apache.commons.logging.LogFactory.getLog(SPKIData.class.getName());
 
    /**
     * Constructor SPKIData