From 284e9f9ad81be0ad9e411cef1cbdf1ef014e1518 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Fri, 30 Sep 2022 15:27:59 +0200 Subject: [PATCH] Fixing documentation --- src/main/java/org/gcube/gcat/rest/Profile.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/java/org/gcube/gcat/rest/Profile.java b/src/main/java/org/gcube/gcat/rest/Profile.java index 627f2b7..8e1b0ee 100644 --- a/src/main/java/org/gcube/gcat/rest/Profile.java +++ b/src/main/java/org/gcube/gcat/rest/Profile.java @@ -148,9 +148,8 @@ public class Profile extends BaseREST implements org.gcube.gcat.api.interfaces.P */ @GET @Path("/{" + PROFILE_NAME_PARAMETER + "}") - @Produces({MediaType.APPLICATION_XML}) @StatusCodes ({ - @ResponseCode ( code = 200, condition = "The pprofile exists.") + @ResponseCode ( code = 200, condition = "The profile exists.") }) @Override public String read(@PathParam(PROFILE_NAME_PARAMETER) String name) {