@@ -128,7 +126,6 @@ public interface GeographicSiteManagementApi {
@ApiResponse(responseCode="500",description="Internal Server Error")})
@RequestMapping(value="/geographicSite/{id}",
produces={"application/json"},
consumes={"application/json"},
method=RequestMethod.GET)
defaultResponseEntity<GeographicSite>retrieveGeographicSite(@Parameter(description="Identifier of the Geographic site",required=true)@PathVariable("id")Stringid){