mirror of
https://github.com/corda/corda.git
synced 2025-03-17 17:45:17 +00:00
Mark java.lang.Number as serializable
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
parent
2a9ab48137
commit
6ea017eb86
@ -10,7 +10,9 @@
|
||||
|
||||
package java.lang;
|
||||
|
||||
public abstract class Number {
|
||||
import java.io.Serializable;
|
||||
|
||||
public abstract class Number implements Serializable {
|
||||
public abstract byte byteValue();
|
||||
public abstract short shortValue();
|
||||
public abstract int intValue();
|
||||
|
Loading…
x
Reference in New Issue
Block a user