mirror of
https://github.com/corda/corda.git
synced 2025-06-17 14:48:16 +00:00
fix Avian classpath build
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
package java.lang;
|
||||
|
||||
public final class Boolean implements Comparable<Boolean> {
|
||||
public static final Class TYPE = Class.forCanonicalName("Z");
|
||||
public static final Class TYPE = avian.Classes.forCanonicalName("Z");
|
||||
|
||||
public static final Boolean FALSE = new Boolean(false);
|
||||
public static final Boolean TRUE = new Boolean(true);
|
||||
|
Reference in New Issue
Block a user