Browse Source

Fix typo

tags/rel_3_26_0_ga
Uragami Taichi 4 years ago
parent
commit
ed620780ca
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/main/javassist/compiler/MemberResolver.java

+ 1
- 1
src/main/javassist/compiler/MemberResolver.java View File

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


Loading…
Cancel
Save