diff --git a/src/test/java/org/alfresco/rest/api/tests/client/PublicApiClient.java b/src/test/java/org/alfresco/rest/api/tests/client/PublicApiClient.java index 1fbd5409e5..21ed7092cf 100644 --- a/src/test/java/org/alfresco/rest/api/tests/client/PublicApiClient.java +++ b/src/test/java/org/alfresco/rest/api/tests/client/PublicApiClient.java @@ -852,11 +852,6 @@ public class PublicApiClient /** * Used for validation of status code on rest response - * - * @param errorMessage - * @param expectedStatus - * @param response - * @throws PublicApiException */ public void checkStatus(String errorMessage, int expectedStatus, HttpResponse response) throws PublicApiException { @@ -876,11 +871,6 @@ public class PublicApiClient /** * Used for validation on field errorKey on Error rest response - * - * @param errorMessage - * @param expectedStatus - * @param response - * @throws PublicApiException */ public void checkErrorKeyResponse(String errorMessage, int expectedStatus, HttpResponse response) throws PublicApiException {