in src/main/java/org/apache/sling/hapi/impl/HApiTypesCollectionImpl.java [40:46]
public HApiTypesCollectionImpl(String name, String description, String serverUrl, String path, String fqdn) {
this.name = name;
this.description = description;
this.serverUrl = serverUrl.substring(0, serverUrl.length() - (serverUrl.endsWith("/") ? 1 : 0));
this.path = path;
this.fqdn = fqdn;
}