Skip to content

Fix InitializeAuthenticationProviderBeanManagerConfigurer Javadoc #7666

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 28, 2019
Merged

Conversation

xak2000
Copy link
Contributor

@xak2000 xak2000 commented Nov 21, 2019

Currently the javadoc of class InitializeAuthenticationProviderBeanManagerConfigurer is copy-pasted from InitializeUserDetailsBeanManagerConfigurer. This PR just fixes the Javadoc and removes an unnecessary import.

This also fixes copy-pasted class and variable names in InitializeAuthenticationProviderBeanManagerConfigurer class and also fixes variable name in InitializeUserDetailsBeanManagerConfigurer: userDetailsBeanNames -> beanNames as the names returned for bean type that depends on method parameter and they are not always UserDetailsService type (the method getBeanOrNull is called several times with different 'type' argument actually).

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Nov 21, 2019
Copy link
Contributor

@eleftherias eleftherias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR @xak2000!
One small request, can you please update the date range in the license header to be 2019 in the InitializeAuthenticationProviderBeanManagerConfigurer class?

@eleftherias eleftherias self-assigned this Nov 27, 2019
@eleftherias eleftherias added in: docs An issue in Documentation or samples type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Nov 27, 2019
@eleftherias eleftherias merged commit c38e57f into spring-projects:master Nov 28, 2019
@eleftherias
Copy link
Contributor

Thanks for the PR @xak2000! This is now merged into master.

@eleftherias eleftherias added this to the 5.3.0.M1 milestone Dec 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: docs An issue in Documentation or samples type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants