mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
GC stress fixes and other bugfixes; classpath progress
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
package java.net;
|
||||
|
||||
public class URL {
|
||||
private final String value;
|
||||
|
||||
public URL(String s) throws MalformedURLException {
|
||||
value = s;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user