You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//FIXME the codenarc checker shold be fixed so this doesn't get picked up
@SuppressWarnings(['CompileStatic'])
private final static ThreadLocal<Integer> CURRENT_TENANT = new ThreadLocal<Integer>(){
protected synchronized Integer initialValue() {
return 2
}
}
The text was updated successfully, but these errors were encountered:
Fix so these are not picked up
The text was updated successfully, but these errors were encountered: