We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa970b commit 36bc8e1Copy full SHA for 36bc8e1
server/src/main/java/org/cloudfoundry/identity/uaa/provider/saml/UserAttributeChangesSnsHandler.java
@@ -33,9 +33,6 @@ public class UserAttributeChangesSnsHandler {
33
private final SnsService snsService;
34
35
public UserAttributeChangesSnsHandler(SnsService snsService) {
36
- if (snsService == null) {
37
- throw new IllegalArgumentException("SnsService cannot be null");
38
- }
39
this.snsService = snsService;
40
logger.info("UserAttributeChangesSnsHandler initialized with SNS service");
41
}
0 commit comments