mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
sketch of Runtime.exec() and Calendar; misc bugfixes
This commit is contained in:
@ -294,7 +294,9 @@ public final class String implements Comparable<String> {
|
||||
return b;
|
||||
}
|
||||
|
||||
public byte[] getBytes(String format) {
|
||||
public byte[] getBytes(String format)
|
||||
throws java.io.UnsupportedEncodingException
|
||||
{
|
||||
return getBytes();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user