mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
quick sketches of various SWT 3.3 dependencies
This commit is contained in:
@ -294,6 +294,10 @@ public final class String implements Comparable<String> {
|
||||
return b;
|
||||
}
|
||||
|
||||
public byte[] getBytes(String format) {
|
||||
return getBytes();
|
||||
}
|
||||
|
||||
public void getChars(int srcOffset, int srcLength,
|
||||
char[] dst, int dstOffset)
|
||||
{
|
||||
|
Reference in New Issue
Block a user