格式化的问题
This commit is contained in:
parent
f3f1af7d6e
commit
171896ca54
|
|
@ -50,9 +50,7 @@ public class InterceptorInstanceLoader {
|
|||
} catch (Exception e) {
|
||||
throw new ClassNotFoundException(targetClassLoader.toString() + " load interceptor class:" + className + " failure.", e);
|
||||
}
|
||||
} finally
|
||||
|
||||
{
|
||||
} finally {
|
||||
instanceLoadLock.unlock();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue