浏览代码

JASSIST-85

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@508 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
tags/rel_3_17_1_ga
chiba 14 年前
父节点
当前提交
ec34ba370a
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      src/main/javassist/util/proxy/ProxyFactory.java

+ 0
- 1
src/main/javassist/util/proxy/ProxyFactory.java 查看文件

@@ -748,7 +748,6 @@ public class ProxyFactory {
if (!Modifier.isPrivate(methods[i].getModifiers())) {
Method m = methods[i];
String key = m.getName() + ':' + RuntimeSupport.makeDescriptor(m);
hash.put(key, methods[i]);
// JIRA JASSIST-85
// put the method to the cache, retrieve previous definition (if any)
Method oldMethod = (Method)hash.put(key, methods[i]);

正在加载...
取消
保存