Skip to content

Commit 36bc8e1

Browse files
Tanishka JainTanishka Jain
authored andcommitted
null check removed
1 parent 2fa970b commit 36bc8e1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

server/src/main/java/org/cloudfoundry/identity/uaa/provider/saml/UserAttributeChangesSnsHandler.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ public class UserAttributeChangesSnsHandler {
3333
private final SnsService snsService;
3434

3535
public UserAttributeChangesSnsHandler(SnsService snsService) {
36-
if (snsService == null) {
37-
throw new IllegalArgumentException("SnsService cannot be null");
38-
}
3936
this.snsService = snsService;
4037
logger.info("UserAttributeChangesSnsHandler initialized with SNS service");
4138
}

0 commit comments

Comments
 (0)