git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/Common/authorization-common-library@117553 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
11d10673d7
commit
e613651151
|
@ -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() );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue