소스 검색

fixed a typo.


git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@368 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
tags/rel_3_17_1_ga
chiba 17 년 전
부모
커밋
6ad1b4935e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/main/javassist/CtClass.java

+ 1
- 1
src/main/javassist/CtClass.java 파일 보기

/** /**
* Returns an array containing <code>CtMethod</code> objects * Returns an array containing <code>CtMethod</code> objects
* representing all the non-private methods of the class. * representing all the non-private methods of the class.
* That array includes pon-private methods inherited from the
* That array includes non-private methods inherited from the
* superclasses. * superclasses.
*/ */
public CtMethod[] getMethods() { public CtMethod[] getMethods() {

Loading…
취소
저장