mirror of
https://github.com/corda/corda.git
synced 2025-06-14 13:18:18 +00:00
classpath progress
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
package java.lang;
|
||||
|
||||
public final class Integer extends Number {
|
||||
public static final Class TYPE = Class.forName("I");
|
||||
|
||||
private final int value;
|
||||
|
||||
public Integer(int value) {
|
||||
|
Reference in New Issue
Block a user