mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
clean up bootstrap type generation to eliminate redundancy (broken)
This commit is contained in:
@ -21,6 +21,7 @@ public final class Boolean implements Comparable<Boolean> {
|
||||
}
|
||||
|
||||
public static Boolean valueOf(String s) {
|
||||
Boolean.TRUE.booleanValue();
|
||||
return ("true".equals(s) ? Boolean.TRUE : Boolean.FALSE);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user