garydgregory commented on code in PR #171:
URL: https://github.com/apache/commons-bcel/pull/171#discussion_r1027336984
##########
src/main/java/org/apache/bcel/util/BCELFactory.java:
##########
@@ -299,7 +323,7 @@ public void visitLocalVariableInstruction(final
LocalVariableInstruction i) {
@Override
public void visitRET(final RET i) {
- printWriter.println("il.append(new RET(" + i.getIndex() + ")));");
+ printWriter.println("il.append(new RET(" + i.getIndex() + "));");
Review Comment:
Good catch!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]