Align serialVersionUID declaration with ASM master

Issue: SPR-17267
This commit is contained in:
Juergen Hoeller 2018-10-22 18:53:23 +02:00
parent 41e6aa6de2
commit c3c2383b0d
2 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ package org.springframework.asm;
*
* @author Jason Zaugg
*/
@SuppressWarnings("serial")
public final class ClassTooLargeException extends IndexOutOfBoundsException {
private static final long serialVersionUID = 160715609518896765L;
private final String className;
private final int constantPoolCount;

View File

@ -33,8 +33,8 @@ package org.springframework.asm;
*
* @author Jason Zaugg
*/
@SuppressWarnings("serial")
public final class MethodTooLargeException extends IndexOutOfBoundsException {
private static final long serialVersionUID = 6807380416709738314L;
private final String className;
private final String methodName;