@ -81,10 +81,8 @@ public class ThreadLocalTargetSource extends AbstractPrototypeBasedTargetSource
@@ -81,10 +81,8 @@ public class ThreadLocalTargetSource extends AbstractPrototypeBasedTargetSource
Objecttarget=this.targetInThread.get();
if(target==null){
if(logger.isDebugEnabled()){
logger.debug("No target for prototype '"+getTargetBeanName()+
"' bound to thread: "+
"creating one and binding it to thread '"+
Thread.currentThread().getName()+"'");
logger.debug("No target for prototype '"+getTargetBeanName()+"' bound to thread: "+
"creating one and binding it to thread '"+Thread.currentThread().getName()+"'");