diff gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/Response.java @ 8856:5e38e2924c07 3.2.x

Fix code style.
author Tom Gottfried <tom@intevation.de>
date Thu, 18 Jan 2018 20:12:01 +0100
parents 2c8259176c46
children d6d5ca6d4af0 0a5239a1e46e
line wrap: on
line diff
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/Response.java	Thu Jan 18 20:10:59 2018 +0100
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/Response.java	Thu Jan 18 20:12:01 2018 +0100
@@ -92,7 +92,7 @@
 
     public String getStatus() {
         return XPathUtils.xpathString(this.root,
-                                      "./samlp:Status/samlp:StatusCode/@Value");
+            "./samlp:Status/samlp:StatusCode/@Value");
     }
 
 
@@ -115,7 +115,8 @@
     public User getUser() throws AuthenticationException {
         Assertion assertion = this.getAssertion();
         if (assertion == null) {
-            throw new AuthenticationException("Response doesn't contain an assertion");
+            throw new AuthenticationException(
+                "Response doesn't contain an assertion");
         }
         List<String> features = this.features.getFeatures(
                 this.assertion.getRoles());

http://dive4elements.wald.intevation.org