mirror of
https://github.com/corda/corda.git
synced 2025-06-12 20:28:18 +00:00
heap o' bugfixes
This commit is contained in:
@ -26,7 +26,7 @@ public final class Float extends Number {
|
||||
}
|
||||
|
||||
public static String toString(float v) {
|
||||
return "todo";
|
||||
return "Float.toString: todo";
|
||||
}
|
||||
|
||||
public byte byteValue() {
|
||||
|
Reference in New Issue
Block a user