Javadoc fix from ASM master (6.2.1)
Issue: SPR-16398
This commit is contained in:
@@ -523,7 +523,7 @@ public abstract class MethodVisitor {
|
||||
* }
|
||||
* } else if (cst instanceof Handle) {
|
||||
* // ...
|
||||
* } else if (cst instanceof Condy) {
|
||||
* } else if (cst instanceof ConstantDynamic) {
|
||||
* // ...
|
||||
* } else {
|
||||
* // throw an exception
|
||||
|
||||
Reference in New Issue
Block a user