Browse Source

Merge pull request #264 from backpaper0/fix-typo

Fix typo
tags/rel_3_26_0_ga
Shigeru Chiba 4 years ago
parent
commit
9076bde175
No account linked to committer's email address
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