Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
PasinduYeshan committed Mar 18, 2024
1 parent 3036d5a commit 1c234b8
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
}
}

0 comments on commit 1c234b8

Please sign in to comment.