Merge branch '2.1.x'

This commit is contained in:
Marcin Grzejszczak
2019-04-16 20:24:33 +04:00

View File

@@ -221,6 +221,9 @@ public class StubRunnerOptions {
}
public String getStubRepositoryRootAsString() {
if (this.stubRepositoryRoot == null) {
return "";
}
try {
return this.stubRepositoryRoot.getURI().toString();
}