Skip to content

Commit 43ff4ea

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 31b51c4 commit 43ff4ea

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/authc/saml/SamlResponseHandler.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@ protected void checkInResponseTo(StatusResponseType response, Collection<String>
3333
+ "incorrectly populates the InResponseTo attribute",
3434
response.getID()
3535
);
36-
throw samlUnsolicitedInResponseToException(
37-
response.getInResponseTo(),
38-
allowedSamlRequestIds
39-
);
36+
throw samlUnsolicitedInResponseToException(response.getInResponseTo(), allowedSamlRequestIds);
4037
}
4138
}
4239

0 commit comments

Comments
 (0)