174175176177178179180181182
} if (processedURIs.contains(url)) continue; processedURIs.add(url); String description = endpoint.getDescription(); String title = endpoint.getDisplayText(); featureList.add(new CreateEndpointFigureFeature(this, title, description, endpoint)); } }