From 81dc00199826f8ff4844de1db9942833a85ae1d2 Mon Sep 17 00:00:00 2001 From: Tuna Aksoy Date: Sun, 1 Jan 2017 23:15:26 +0000 Subject: [PATCH] Java doc updated --- .../rest/rm/community/base/BaseRMRestTest.java | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/base/BaseRMRestTest.java b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/base/BaseRMRestTest.java index 236becb388..61c0be5025 100644 --- a/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/base/BaseRMRestTest.java +++ b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/base/BaseRMRestTest.java @@ -67,9 +67,9 @@ public class BaseRMRestTest extends RestTest private DataUser dataUser; /** - * FIXME!!! + * Gets the REST API Factory * - * @return the restAPIFactory FIXME!!! + * @return the restAPIFactory The REST API Factory */ protected RestAPIFactory getRestAPIFactory() { @@ -77,9 +77,9 @@ public class BaseRMRestTest extends RestTest } /** - * FIXME!!! + * Gets the data user * - * @return the dataUser FIXME!!! + * @return the dataUser The data user */ protected DataUser getDataUser() { @@ -87,9 +87,9 @@ public class BaseRMRestTest extends RestTest } /** - * FIXME!!! + * Asserts the given status code * - * @param created FIXME!!! + * @param statusCode The status code to assert */ protected void assertStatusCode(HttpStatus statusCode) { @@ -97,9 +97,9 @@ public class BaseRMRestTest extends RestTest } /** - * FIXME!!! + * Gets the admin user * - * @return FIXME!!! + * @return The admin user */ protected UserModel getAdminUser() {