[java-opensaml] 10/14: Checkstyle
Rod Widdowson
rdw at steadingsoftware.com
Mon Jul 11 15:47:40 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch dev/JSPT-98
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=c1ad3302a7dfcdb993b71c5b5eaeb5d29d7cc90c
commit c1ad3302a7dfcdb993b71c5b5eaeb5d29d7cc90c
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Jun 13 20:22:09 2022 +0100
Checkstyle
---
.../opensaml/soap/wssecurity/impl/AttributedDateTimeMarshaller.java | 3 ++-
.../org/opensaml/soap/wssecurity/impl/AttributedStringMarshaller.java | 3 ++-
.../org/opensaml/soap/wssecurity/impl/EncryptedHeaderMarshaller.java | 3 ++-
.../opensaml/soap/wssecurity/impl/SignatureConfirmationMarshaller.java | 3 ++-
.../java/org/opensaml/soap/wssecurity/impl/TimestampMarshaller.java | 3 ++-
.../org/opensaml/soap/wssecurity/impl/UsernameTokenMarshaller.java | 3 ++-
6 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/opensaml-soap-impl/src/main/java/org/opensaml/soap/wssecurity/impl/AttributedDateTimeMarshaller.java b/opensaml-soap-impl/src/main/java/org/opensaml/soap/wssecurity/impl/AttributedDateTimeMarshaller.java
index d79aec47e..e170c2732 100644
--- a/opensaml-soap-impl/src/main/java/org/opensaml/soap/wssecurity/impl/AttributedDateTimeMarshaller.java
+++ b/opensaml-soap-impl/src/main/java/org/opensaml/soap/wssecurity/impl/AttributedDateTimeMarshaller.java
@@ -47,7 +47,8 @@ public class AttributedDateTimeMarshaller extends AbstractWSSecurityObjectMarsha
}
/** {@inheritDoc} */
- protected void marshallAttributeIDness(XMLObject xmlObject, Element domElement) throws MarshallingException {
+ protected void marshallAttributeIDness(final XMLObject xmlObject,
+ final Element domElement) throws MarshallingException {
XMLObjectSupport.marshallAttributeIDness(AttributedDateTime.WSU_ID_ATTR_NAME, domElement, true);
super.marshallAttributeIDness(xmlObject, domElement);
diff --git a/opensaml-soap-impl/src/main/java/org/opensaml/soap/wssecurity/impl/AttributedStringMarshaller.java b/opensaml-soap-impl/src/main/java/org/opensaml/soap/wssecurity/impl/AttributedStringMarshaller.java
index 8b261269e..abca485e7 100644
--- a/opensaml-soap-impl/src/main/java/org/opensaml/soap/wssecurity/impl/AttributedStringMarshaller.java
+++ b/opensaml-soap-impl/src/main/java/org/opensaml/soap/wssecurity/impl/AttributedStringMarshaller.java
@@ -46,7 +46,8 @@ public class AttributedStringMarshaller extends AbstractWSSecurityObjectMarshall
}
/** {@inheritDoc} */
- protected void marshallAttributeIDness(XMLObject xmlObject, Element domElement) throws MarshallingException {
+ protected void marshallAttributeIDness(final XMLObject xmlObject,
+ final Element domElement) throws MarshallingException {
XMLObjectSupport.marshallAttributeIDness(AttributedString.WSU_ID_ATTR_NAME, domElement, true);
super.marshallAttributeIDness(xmlObject, domElement);
diff --git a/opensaml-soap-impl/src/main/java/org/opensaml/soap/wssecurity/impl/EncryptedHeaderMarshaller.java b/opensaml-soap-impl/src/main/java/org/opensaml/soap/wssecurity/impl/EncryptedHeaderMarshaller.java
index 416c91b43..8bdcda85a 100644
--- a/opensaml-soap-impl/src/main/java/org/opensaml/soap/wssecurity/impl/EncryptedHeaderMarshaller.java
+++ b/opensaml-soap-impl/src/main/java/org/opensaml/soap/wssecurity/impl/EncryptedHeaderMarshaller.java
@@ -61,7 +61,8 @@ public class EncryptedHeaderMarshaller extends AbstractWSSecurityObjectMarshalle
}
/** {@inheritDoc} */
- protected void marshallAttributeIDness(XMLObject xmlObject, Element domElement) throws MarshallingException {
+ protected void marshallAttributeIDness(final XMLObject xmlObject,
+ final Element domElement) throws MarshallingException {
XMLObjectSupport.marshallAttributeIDness(EncryptedHeader.WSU_ID_ATTR_NAME, domElement, true);
super.marshallAttributeIDness(xmlObject, domElement);
diff --git a/opensaml-soap-impl/src/main/java/org/opensaml/soap/wssecurity/impl/SignatureConfirmationMarshaller.java b/opensaml-soap-impl/src/main/java/org/opensaml/soap/wssecurity/impl/SignatureConfirmationMarshaller.java
index d4079c9f3..8644619ec 100644
--- a/opensaml-soap-impl/src/main/java/org/opensaml/soap/wssecurity/impl/SignatureConfirmationMarshaller.java
+++ b/opensaml-soap-impl/src/main/java/org/opensaml/soap/wssecurity/impl/SignatureConfirmationMarshaller.java
@@ -43,7 +43,8 @@ public class SignatureConfirmationMarshaller extends AbstractWSSecurityObjectMar
}
/** {@inheritDoc} */
- protected void marshallAttributeIDness(XMLObject xmlObject, Element domElement) throws MarshallingException {
+ protected void marshallAttributeIDness(final XMLObject xmlObject,
+ final Element domElement) throws MarshallingException {
XMLObjectSupport.marshallAttributeIDness(SignatureConfirmation.WSU_ID_ATTR_NAME, domElement, true);
super.marshallAttributeIDness(xmlObject, domElement);
diff --git a/opensaml-soap-impl/src/main/java/org/opensaml/soap/wssecurity/impl/TimestampMarshaller.java b/opensaml-soap-impl/src/main/java/org/opensaml/soap/wssecurity/impl/TimestampMarshaller.java
index af2ede57f..52a96c02e 100644
--- a/opensaml-soap-impl/src/main/java/org/opensaml/soap/wssecurity/impl/TimestampMarshaller.java
+++ b/opensaml-soap-impl/src/main/java/org/opensaml/soap/wssecurity/impl/TimestampMarshaller.java
@@ -43,7 +43,8 @@ public class TimestampMarshaller extends AbstractWSSecurityObjectMarshaller {
}
/** {@inheritDoc} */
- protected void marshallAttributeIDness(XMLObject xmlObject, Element domElement) throws MarshallingException {
+ protected void marshallAttributeIDness(final XMLObject xmlObject,
+ final Element domElement) throws MarshallingException {
XMLObjectSupport.marshallAttributeIDness(Timestamp.WSU_ID_ATTR_NAME, domElement, true);
super.marshallAttributeIDness(xmlObject, domElement);
diff --git a/opensaml-soap-impl/src/main/java/org/opensaml/soap/wssecurity/impl/UsernameTokenMarshaller.java b/opensaml-soap-impl/src/main/java/org/opensaml/soap/wssecurity/impl/UsernameTokenMarshaller.java
index 876a91c69..a53ec290b 100644
--- a/opensaml-soap-impl/src/main/java/org/opensaml/soap/wssecurity/impl/UsernameTokenMarshaller.java
+++ b/opensaml-soap-impl/src/main/java/org/opensaml/soap/wssecurity/impl/UsernameTokenMarshaller.java
@@ -44,7 +44,8 @@ public class UsernameTokenMarshaller extends AbstractWSSecurityObjectMarshaller
}
/** {@inheritDoc} */
- protected void marshallAttributeIDness(XMLObject xmlObject, Element domElement) throws MarshallingException {
+ protected void marshallAttributeIDness(final XMLObject xmlObject,
+ final Element domElement) throws MarshallingException {
XMLObjectSupport.marshallAttributeIDness(UsernameToken.WSU_ID_ATTR_NAME, domElement, true);
super.marshallAttributeIDness(xmlObject, domElement);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list