[java-opensaml] 02/02: Formatting

Tom Zeller tzeller at dragonacea.biz
Thu May 31 16:55:24 EDT 2018


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch master
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=bf1390bc8e4116f12ae5d965c221d0c5fb0aa482

commit bf1390bc8e4116f12ae5d965c221d0c5fb0aa482
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu May 31 15:21:02 2018 -0500

    Formatting
---
 .../java/org/opensaml/core/xml/config/XMLConfigurator.java     | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/opensaml-core/src/main/java/org/opensaml/core/xml/config/XMLConfigurator.java b/opensaml-core/src/main/java/org/opensaml/core/xml/config/XMLConfigurator.java
index 27eace4..2de87f4 100644
--- a/opensaml-core/src/main/java/org/opensaml/core/xml/config/XMLConfigurator.java
+++ b/opensaml-core/src/main/java/org/opensaml/core/xml/config/XMLConfigurator.java
@@ -239,14 +239,12 @@ public class XMLConfigurator {
                         (Element) objectProvider.getElementsByTagNameNS(XMLTOOLING_CONFIG_NS, "BuilderClass").item(0);
                 final XMLObjectBuilder<?> builder = (XMLObjectBuilder<?>) createClassInstance(configuration);
 
-                configuration =
-                        (Element) objectProvider.getElementsByTagNameNS(XMLTOOLING_CONFIG_NS, "MarshallingClass").item(
-                                0);
+                configuration = (Element) objectProvider
+                        .getElementsByTagNameNS(XMLTOOLING_CONFIG_NS, "MarshallingClass").item(0);
                 final Marshaller marshaller = (Marshaller) createClassInstance(configuration);
 
-                configuration =
-                        (Element) objectProvider.getElementsByTagNameNS(XMLTOOLING_CONFIG_NS, "UnmarshallingClass")
-                                .item(0);
+                configuration = (Element) objectProvider
+                        .getElementsByTagNameNS(XMLTOOLING_CONFIG_NS, "UnmarshallingClass").item(0);
                 final Unmarshaller unmarshaller = (Unmarshaller) createClassInstance(configuration);
 
                 getRegistry().registerObjectProvider(objectProviderName, builder, marshaller, unmarshaller);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list