Lucio Lelii 2015-07-30 10:36:54 +00:00
parent 11d10673d7
commit e613651151
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ public static CalledMethodProvider instance = new CalledMethodProvider();
}
public void set(String calledMethod){
if (calledMethod==null) return;
threadMethod.set(calledMethod);
logger.trace("setting calledMethod as "+calledMethod+" in thread "+Thread.currentThread().getId() );
}