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) {