格式化的问题

This commit is contained in:
wusheng 2016-08-02 23:03:53 +08:00
parent f3f1af7d6e
commit 171896ca54
1 changed files with 1 additions and 3 deletions

View File

@ -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();
}