mirror of
https://github.com/corda/corda.git
synced 2025-06-18 07:08:15 +00:00
various performance tweaks and bugfixes
This commit is contained in:
@ -23,6 +23,10 @@ public final class URL {
|
||||
}
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return handler.toExternalForm(this);
|
||||
}
|
||||
|
||||
public String getProtocol() {
|
||||
return protocol;
|
||||
}
|
||||
|
Reference in New Issue
Block a user