소스 검색

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]);

Loading…
취소
저장