Skip to content

Commit 8a9d042

Browse files
committed
Javadoc fix from ASM master (6.2.1)
Issue: SPR-16398
1 parent e64c6df commit 8a9d042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-core/src/main/java/org/springframework/asm/MethodVisitor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ public void visitLabel(final Label label) {
523523
* }
524524
* } else if (cst instanceof Handle) {
525525
* // ...
526-
* } else if (cst instanceof Condy) {
526+
* } else if (cst instanceof ConstantDynamic) {
527527
* // ...
528528
* } else {
529529
* // throw an exception

0 commit comments

Comments
 (0)