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:23:29 UTC

svn commit: r410962 - /xml/security/trunk/src/org/apache/xml/security/keys/content/keyvalues/RSAKeyValue.java

Author: mullan
Date: Thu Jun  1 14:23:29 2006
New Revision: 410962

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

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

Modified: xml/security/trunk/src/org/apache/xml/security/keys/content/keyvalues/RSAKeyValue.java
URL: http://svn.apache.org/viewvc/xml/security/trunk/src/org/apache/xml/security/keys/content/keyvalues/RSAKeyValue.java?rev=410962&r1=410961&r2=410962&view=diff
==============================================================================
--- xml/security/trunk/src/org/apache/xml/security/keys/content/keyvalues/RSAKeyValue.java (original)
+++ xml/security/trunk/src/org/apache/xml/security/keys/content/keyvalues/RSAKeyValue.java Thu Jun  1 14:23:29 2006
@@ -16,8 +16,6 @@
  */
 package org.apache.xml.security.keys.content.keyvalues;
 
-
-
 import java.math.BigInteger;
 import java.security.Key;
 import java.security.KeyFactory;
@@ -35,18 +33,12 @@
 import org.w3c.dom.Document;
 import org.w3c.dom.Element;
 
-
 /**
  *
  * @author $Author$
  */
 public class RSAKeyValue extends SignatureElementProxy
         implements KeyValueContent {
-
-   /** {@link org.apache.commons.logging} logging facility */
-    static org.apache.commons.logging.Log log = 
-        org.apache.commons.logging.LogFactory.getLog(
-			RSAKeyValue.class.getName());
 
    /**
     * Constructor RSAKeyValue