Kaynağa Gözat

fixed a javadoc comment.


git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@45 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
tags/rel_3_17_1_ga
chiba 21 yıl önce
ebeveyn
işleme
77db45dc7c
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2
    2
      src/main/javassist/CtClass.java

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

@@ -420,8 +420,8 @@ public abstract class CtClass {
}

/**
* Obtains the class objects representing the interfaces of the
* class.
* Obtains the class objects representing the interfaces implemented
* by the class.
*/
public CtClass[] getInterfaces() throws NotFoundException {
return new CtClass[0];

Loading…
İptal
Kaydet