From 1c234b846943a18bc0b78e41fdfdec65677cfea9 Mon Sep 17 00:00:00 2001 From: Pasindu Yeshan Date: Mon, 18 Mar 2024 11:43:38 +0530 Subject: [PATCH] Refactor --- .../saml/internal/IdentitySAMLSSOServiceComponent.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/org.wso2.carbon.identity.sso.saml/src/main/java/org/wso2/carbon/identity/sso/saml/internal/IdentitySAMLSSOServiceComponent.java b/components/org.wso2.carbon.identity.sso.saml/src/main/java/org/wso2/carbon/identity/sso/saml/internal/IdentitySAMLSSOServiceComponent.java index deead6a8..6a78325b 100644 --- a/components/org.wso2.carbon.identity.sso.saml/src/main/java/org/wso2/carbon/identity/sso/saml/internal/IdentitySAMLSSOServiceComponent.java +++ b/components/org.wso2.carbon.identity.sso.saml/src/main/java/org/wso2/carbon/identity/sso/saml/internal/IdentitySAMLSSOServiceComponent.java @@ -477,13 +477,13 @@ protected void unsetSAMLSSOServiceProviderManager(SAMLSSOServiceProviderManager ) protected void setApplicationAuthenticationService( ApplicationAuthenticationService applicationAuthenticationService) { - /* reference ApplicationAuthenticationService service to guarantee that this component will wait until - authentication framework is started */ + /* Reference ApplicationAuthenticationService service to guarantee that this component will wait until + authentication framework is started. */ } protected void unsetApplicationAuthenticationService( ApplicationAuthenticationService applicationAuthenticationService) { - /* reference ApplicationAuthenticationService service to guarantee that this component will wait until - authentication framework is started */ + /* Reference ApplicationAuthenticationService service to guarantee that this component will wait until + authentication framework is started. */ } }