mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Remove unnecessary invocations of toString()
Closes gh-36709
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
(cherry picked from commit bfb88cfc1c)
This commit is contained in:
committed by
Sam Brannen
parent
626907bbfd
commit
dc032c1e33
+1
-1
@@ -143,7 +143,7 @@ public class OpenEntityManagerInViewInterceptor extends EntityManagerFactoryAcce
|
||||
* @see #PARTICIPATE_SUFFIX
|
||||
*/
|
||||
protected String getParticipateAttributeName() {
|
||||
return obtainEntityManagerFactory().toString() + PARTICIPATE_SUFFIX;
|
||||
return obtainEntityManagerFactory() + PARTICIPATE_SUFFIX;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user