mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-14 00:49:42 +00:00
8021109: Add serialVersionUID to LambdaConversionException.java
Reviewed-by: jrose
This commit is contained in:
parent
e27ee62c84
commit
3392a6aecc
@ -29,6 +29,8 @@ package java.lang.invoke;
|
||||
* LambdaConversionException
|
||||
*/
|
||||
public class LambdaConversionException extends Exception {
|
||||
private static final long serialVersionUID = 292L + 8L;
|
||||
|
||||
/**
|
||||
* Constructs a {@code LambdaConversionException}.
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user