Skip to content

Commit dd2bccc

Browse files
authored
Fix #180
1 parent c51db63 commit dd2bccc

File tree

1 file changed

+1
-1
lines changed
  • toolkit/src/main/java/com/onelogin/saml2

1 file changed

+1
-1
lines changed

toolkit/src/main/java/com/onelogin/saml2/Auth.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ public void processResponse() throws Exception {
561561
* Process the SAML Logout Response / Logout Request sent by the IdP.
562562
*
563563
* @param keepLocalSession
564-
* When false will destroy the local session, otherwise will destroy it
564+
* When true will keep the local session, otherwise will destroy it
565565
* @param requestId
566566
* The ID of the LogoutRequest sent by this SP to the IdP
567567
*

0 commit comments

Comments
 (0)