mirror of
https://github.com/corda/corda.git
synced 2025-06-16 14:18:20 +00:00
classpath progress
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
package java.lang;
|
||||
|
||||
public final class Void {
|
||||
public static final Class TYPE = Class.forName("V");
|
||||
|
||||
private Void() { }
|
||||
}
|
||||
|
Reference in New Issue
Block a user