Skip to content

Add a missing return #7193

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

Closed
wants to merge 1 commit into from
Closed

Add a missing return #7193

wants to merge 1 commit into from

Conversation

izeye
Copy link
Contributor

@izeye izeye commented Oct 20, 2016

It looks return null; is missing in TestDatabaseAutoConfiguration.EmbeddedDataSourceBeanFactoryPostProcessor.getDataSourceBeanDefinition().

This commit adds a missing`return` in `TestDatabaseAutoConfiguration.EmbeddedDataSourceBeanFactoryPostProcessor.getDataSourceBeanDefinition()`.
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Oct 20, 2016
@philwebb philwebb added type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged labels Oct 20, 2016
@philwebb philwebb added this to the 1.4.2 milestone Oct 20, 2016
@snicoll snicoll self-assigned this Oct 24, 2016
snicoll pushed a commit that referenced this pull request Oct 24, 2016
This commit adds a missing`return` in `getDataSourceBeanDefinition()`.

See gh-7193
snicoll added a commit that referenced this pull request Oct 24, 2016
* pr/7193:
  Polish contribution
  Add a missing return
@snicoll snicoll closed this in a03ce0a Oct 24, 2016
@izeye izeye deleted the patch-22 branch October 24, 2016 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants