You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2015/12/21 12:03:05 UTC

svn commit: r1721124 - /santuario/xml-security-java/trunk/src/main/java/org/apache/xml/security/stax/ext/XMLSecurityProperties.java

Author: coheigea
Date: Mon Dec 21 11:03:05 2015
New Revision: 1721124

URL: http://svn.apache.org/viewvc?rev=1721124&view=rev
Log:
Fixing whitespace

Modified:
    santuario/xml-security-java/trunk/src/main/java/org/apache/xml/security/stax/ext/XMLSecurityProperties.java

Modified: santuario/xml-security-java/trunk/src/main/java/org/apache/xml/security/stax/ext/XMLSecurityProperties.java
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/trunk/src/main/java/org/apache/xml/security/stax/ext/XMLSecurityProperties.java?rev=1721124&r1=1721123&r2=1721124&view=diff
==============================================================================
--- santuario/xml-security-java/trunk/src/main/java/org/apache/xml/security/stax/ext/XMLSecurityProperties.java (original)
+++ santuario/xml-security-java/trunk/src/main/java/org/apache/xml/security/stax/ext/XMLSecurityProperties.java Mon Dec 21 11:03:05 2015
@@ -140,18 +140,18 @@ public class XMLSecurityProperties {
      * @return the qualified name of the ID attribute
      */
     public QName getIdAttributeNS() {
-		return idAttributeNS;
-	}
+        return idAttributeNS;
+    }
 
     /**
      * Sets the qualified name of the ID attribute used to sign the document.
      * @param idAttributeNS Qualified Name of the ID attribute to use
      */
-	public void setIdAttributeNS(QName idAttributeNS) {
-		this.idAttributeNS = idAttributeNS;
-	}
+    public void setIdAttributeNS(QName idAttributeNS) {
+        this.idAttributeNS = idAttributeNS;
+    }
 
-	/**
+    /**
      * returns the KeyIdentifierType which will be used in the secured document
      *
      * @return The KeyIdentifierType