]> source.dussan.org Git - javassist.git/commitdiff
fixed a javadoc comment.
authorchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Fri, 5 Sep 2003 16:53:25 +0000 (16:53 +0000)
committerchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Fri, 5 Sep 2003 16:53:25 +0000 (16:53 +0000)
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@45 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

src/main/javassist/CtClass.java

index fd358facd6da1a67aa18daca4096ce6fd3112616..db28977910d4d20aa10efd466814a57d88ccf302 100644 (file)
@@ -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];