fix typo in Proxy.makeInvokeCode

This commit is contained in:
Joel Dice 2009-09-19 16:27:28 -06:00
parent 953cb69e5e
commit 1faf93c163

View File

@ -336,7 +336,7 @@ public class Proxy {
case 'C':
write1(out, invokevirtual);
write2(out, poolAddMethodRef
(pool, "java/lang/Character", "charValue", "()B") + 1);
(pool, "java/lang/Character", "charValue", "()C") + 1);
write1(out, ireturn);
break;