Explorar el Código

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 hace 17 años
padre
commit
6ad1b4935e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/main/javassist/CtClass.java

+ 1
- 1
src/main/javassist/CtClass.java Ver fichero

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

Cargando…
Cancelar
Guardar