-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Rename all EntityManager variables to entityManager in SimpleJpaRepository. #3120
Conversation
I think the name |
@quaff |
It's safe to rename private variable, and I prefer to rename all |
@quaff |
Thanks @jeomxon! Merged to |
In the current SimpleJpaRepository, most of the variable names for EntityManager were em.
Changing the variable name of this constructor parameter to em also looks good.