Merge
This commit is contained in:
commit
fec76f2b95
@ -53,6 +53,11 @@ package java.lang;
|
||||
* @since 1.0
|
||||
*/
|
||||
public abstract class Number implements java.io.Serializable {
|
||||
/**
|
||||
* Constructor for subclasses to call.
|
||||
*/
|
||||
public Number() {super();}
|
||||
|
||||
/**
|
||||
* Returns the value of the specified number as an {@code int}.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user