Browse Source

Javadoc fix from ASM master (6.2.1)

Issue: SPR-16398
pull/1918/head
Juergen Hoeller 8 years ago
parent
commit
8a9d042320
  1. 2
      spring-core/src/main/java/org/springframework/asm/MethodVisitor.java

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

@ -523,7 +523,7 @@ public abstract class MethodVisitor { @@ -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

Loading…
Cancel
Save