Skip to content

Commit 2d10dc1

Browse files
committed
* Fix up toString dangling quote.
Signed-off-by: lloydmeta <[email protected]>
1 parent 30a89c5 commit 2d10dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/identity-provider/src/main/java/org/elasticsearch/xpack/idp/action/SamlInitiateSingleSignOnRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public String toString() {
109109
+ "acs='"
110110
+ assertionConsumerService
111111
+ "', "
112-
+ "attributes="
112+
+ "attributes='"
113113
+ attributes
114114
+ "'}";
115115
}

0 commit comments

Comments
 (0)