Ver código fonte

Merge pull request #264 from backpaper0/fix-typo

Fix typo
tags/rel_3_26_0_ga
Shigeru Chiba 4 anos atrás
pai
commit
9076bde175
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/main/javassist/compiler/MemberResolver.java

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

@@ -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());
}


Carregando…
Cancelar
Salvar