mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 06:29:10 +00:00
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