You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2017/02/13 11:20:55 UTC

svn commit: r1782751 - in /webservices/wss4j/trunk: ws-security-common/src/main/java/org/apache/wss4j/common/derivedKey/ ws-security-dom/src/test/java/org/apache/wss4j/dom/message/ ws-security-dom/src/test/java/org/apache/wss4j/dom/saml/

Author: coheigea
Date: Mon Feb 13 11:20:55 2017
New Revision: 1782751

URL: http://svn.apache.org/viewvc?rev=1782751&view=rev
Log:
More whitespace fixes

Modified:
    webservices/wss4j/trunk/ws-security-common/src/main/java/org/apache/wss4j/common/derivedKey/ConversationConstants.java
    webservices/wss4j/trunk/ws-security-dom/src/test/java/org/apache/wss4j/dom/message/AttachmentTest.java
    webservices/wss4j/trunk/ws-security-dom/src/test/java/org/apache/wss4j/dom/saml/SamlReferenceTest.java

Modified: webservices/wss4j/trunk/ws-security-common/src/main/java/org/apache/wss4j/common/derivedKey/ConversationConstants.java
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/ws-security-common/src/main/java/org/apache/wss4j/common/derivedKey/ConversationConstants.java?rev=1782751&r1=1782750&r2=1782751&view=diff
==============================================================================
--- webservices/wss4j/trunk/ws-security-common/src/main/java/org/apache/wss4j/common/derivedKey/ConversationConstants.java (original)
+++ webservices/wss4j/trunk/ws-security-common/src/main/java/org/apache/wss4j/common/derivedKey/ConversationConstants.java Mon Feb 13 11:20:55 2017
@@ -48,7 +48,7 @@ public final class ConversationConstants
     /**
      * Token type of DerivedKeyToken
      */
-    public static final String TOKEN_TYPE_DERIVED_KEY_TOKEN =  "/dk";
+    public static final String TOKEN_TYPE_DERIVED_KEY_TOKEN = "/dk";
 
     /**
      * Token type of SecurityContextToken

Modified: webservices/wss4j/trunk/ws-security-dom/src/test/java/org/apache/wss4j/dom/message/AttachmentTest.java
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/ws-security-dom/src/test/java/org/apache/wss4j/dom/message/AttachmentTest.java?rev=1782751&r1=1782750&r2=1782751&view=diff
==============================================================================
--- webservices/wss4j/trunk/ws-security-dom/src/test/java/org/apache/wss4j/dom/message/AttachmentTest.java (original)
+++ webservices/wss4j/trunk/ws-security-dom/src/test/java/org/apache/wss4j/dom/message/AttachmentTest.java Mon Feb 13 11:20:55 2017
@@ -609,7 +609,7 @@ public class AttachmentTest extends Asse
         encrypt.getParts().add(new WSEncryptionPart("cid:Attachments", "Content"));
 
         String attachmentId = UUID.randomUUID().toString();
-        final Attachment attachment =  new Attachment();
+        final Attachment attachment = new Attachment();
         attachment.setMimeType("text/xml");
         attachment.addHeaders(getHeaders(attachmentId));
         attachment.setId(attachmentId);

Modified: webservices/wss4j/trunk/ws-security-dom/src/test/java/org/apache/wss4j/dom/saml/SamlReferenceTest.java
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/ws-security-dom/src/test/java/org/apache/wss4j/dom/saml/SamlReferenceTest.java?rev=1782751&r1=1782750&r2=1782751&view=diff
==============================================================================
--- webservices/wss4j/trunk/ws-security-dom/src/test/java/org/apache/wss4j/dom/saml/SamlReferenceTest.java (original)
+++ webservices/wss4j/trunk/ws-security-dom/src/test/java/org/apache/wss4j/dom/saml/SamlReferenceTest.java Mon Feb 13 11:20:55 2017
@@ -798,7 +798,7 @@ public class SamlReferenceTest extends o
         assertTrue(receivedSamlAssertion.isSigned());
 
         // Test we processed a signature (SOAP body)
-        actionResult =  results.getActionResults().get(WSConstants.SIGN).get(0);
+        actionResult = results.getActionResults().get(WSConstants.SIGN).get(0);
         assertTrue(actionResult != null);
         assertFalse(actionResult.isEmpty());
         final List<WSDataRef> refs =
@@ -873,7 +873,7 @@ public class SamlReferenceTest extends o
         assertTrue(receivedSamlAssertion.isSigned());
 
         // Test we processed an encrypted element
-        actionResult =  results.getActionResults().get(WSConstants.ENCR).get(0);
+        actionResult = results.getActionResults().get(WSConstants.ENCR).get(0);
         assertTrue(actionResult != null);
         assertFalse(actionResult.isEmpty());
         final List<WSDataRef> refs =
@@ -949,7 +949,7 @@ public class SamlReferenceTest extends o
         assertTrue(receivedSamlAssertion.isSigned());
 
         // Test we processed an encrypted element
-        actionResult =  results.getActionResults().get(WSConstants.ENCR).get(0);
+        actionResult = results.getActionResults().get(WSConstants.ENCR).get(0);
         assertTrue(actionResult != null);
         assertFalse(actionResult.isEmpty());
         final List<WSDataRef> refs =