Explorar el Código

Fix typo in TypeChecker

Should be "bad field access" not "bad filed access".
tags/rel_3_28_0_ga
Bartosz Firyn hace 4 años
padre
commit
5e6b5b27de
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/main/javassist/compiler/TypeChecker.java

+ 1
- 1
src/main/javassist/compiler/TypeChecker.java Ver fichero

@@ -933,7 +933,7 @@ public class TypeChecker extends Visitor implements Opcode, TokenId {
}
}

throw new CompileError("bad filed access");
throw new CompileError("bad field access");
}

private CtField fieldAccess2(Expr e, String jvmClassName) throws CompileError {

Cargando…
Cancelar
Guardar