Kaynağa Gözat

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 yıl önce
ebeveyn
işleme
6ad1b4935e
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      src/main/javassist/CtClass.java

+ 1
- 1
src/main/javassist/CtClass.java Dosyayı Görüntüle

@@ -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() {

Loading…
İptal
Kaydet