Skip to content

Commit 8c7ee2b

Browse files
committed
fix merge problems
1 parent cb08d66 commit 8c7ee2b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/services/ogc-api-records/src/main/java/org/fao/geonet/ogcapi/records/controller/ItemApiController.java

+1-3
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,6 @@ public ResponseEntity<Void> collectionsCollectionIdItemsGet(
293293
|| mediaType.equals(GnMediaType.APPLICATION_JSON_LD)
294294
|| mediaType.equals(MediaType.APPLICATION_JSON)
295295
|| mediaType.equals(GnMediaType.APPLICATION_RDF_XML);
296-
|| mediaType.equals(GnMediaType.APPLICATION_RDF_XML);
297296

298297
return collectionsCollectionIdItemsGetInternal(
299298
query,
@@ -503,7 +502,6 @@ private String search(
503502
Query requestQuery,
504503
HttpServletRequest request,
505504
boolean allSourceFields) {
506-
HttpServletRequest request, boolean allSourceFields) {
507505

508506
Source source = collectionService.retrieveSourceForCollection(requestQuery.getCollectionId());
509507

@@ -641,4 +639,4 @@ private String getResponseContentType(HttpServletRequest request) {
641639

642640
return mediaType;
643641
}
644-
}
642+
}

0 commit comments

Comments
 (0)