in src/main/java/com/googlesource/gerrit/plugins/its/jira/restapi/JiraURL.java [57:63]
public JiraURL adjustUrlPath() {
try {
return url.getPath().endsWith("/") ? this : this.withSpec("/");
} catch (MalformedURLException e) {
throw new RuntimeException(e);
}
}