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:
@ -63,8 +63,7 @@ public final class Double extends Number {
|
||||
return 0.0;
|
||||
}
|
||||
|
||||
public static long doubleToRawLongBits(double value) {
|
||||
// todo
|
||||
return 0;
|
||||
}
|
||||
public static native long doubleToRawLongBits(double value);
|
||||
|
||||
public static native double longBitsToDouble(long bits);
|
||||
}
|
||||
|
Reference in New Issue
Block a user