Explorar el Código

Merge pull request #264 from backpaper0/fix-typo

Fix typo
tags/rel_3_26_0_ga
Shigeru Chiba hace 4 años
padre
commit
9076bde175
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/MemberResolver.java

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

@@ -539,7 +539,7 @@ public class MemberResolver implements TokenId {
if (intfs[i].getName().equals(interfaceName))
return intfs[i];
} catch (NotFoundException e) {}
throw new CompileError("cannot find the super inetrface " + interfaceName
throw new CompileError("cannot find the super interface " + interfaceName
+ " of " + c.getName());
}


Cargando…
Cancelar
Guardar