mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 08:24:13 +00:00
Remove unnecessary invocations of toString()
Closes gh-36709 Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
This commit is contained in:
committed by
Sam Brannen
parent
c4dfb24116
commit
bfb88cfc1c
+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