Skip to content

Commit 9ea3b49

Browse files
author
Nicolo
committed
#80 Remove null check which was done in the method being called
1 parent 00a4426 commit 9ea3b49

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • toolkit/src/main/java/com/onelogin/saml2

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -360,10 +360,6 @@ public String getSLOurl() {
360360
* @return The url of the Single Logout Service Response.
361361
*/
362362
public String getSLOResponseUrl() {
363-
if (settings.getIdpSingleLogoutServiceResponseUrl() == null) {
364-
return settings.getIdpSingleLogoutServiceUrl().toString();
365-
}
366-
367363
return settings.getIdpSingleLogoutServiceResponseUrl().toString();
368364
}
369365

0 commit comments

Comments
 (0)