Javadoc fix from ASM master (6.2.1)

Issue: SPR-16398
This commit is contained in:
Juergen Hoeller 2018-08-06 18:33:41 +02:00
parent e64c6dfa3d
commit 8a9d042320
1 changed files with 1 additions and 1 deletions

View File

@ -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