mirror of
https://github.com/corda/corda.git
synced 2025-06-12 20:28:18 +00:00
clean up Field.get() and Field.set() implementations
This commit is contained in:
@ -53,8 +53,7 @@ public final class Float extends Number {
|
||||
return (double) value;
|
||||
}
|
||||
|
||||
public static int floatToRawIntBits(float value) {
|
||||
// todo
|
||||
return 0;
|
||||
}
|
||||
public static native int floatToRawIntBits(float value);
|
||||
|
||||
public static native float intBitsToFloat(int bits);
|
||||
}
|
||||
|
Reference in New Issue
Block a user