ソースを参照

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 ファイルの表示

@@ -738,7 +738,7 @@ public abstract class CtClass {
/**
* Returns an array containing <code>CtMethod</code> objects
* 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.
*/
public CtMethod[] getMethods() {

読み込み中…
キャンセル
保存