From fb215876b82053e06907b5e8b10a3ce75db2bf5c Mon Sep 17 00:00:00 2001 From: Sara Aspery Date: Sat, 24 Jun 2017 22:49:27 +0100 Subject: [PATCH] fixing IDE whitespaces --- .../requests/gscore/api/RecordsAPI.java | 6 +- .../records/CompleteRecordTests.java | 7 +- .../rm-service-context.xml | 1986 ++++++++--------- .../action/impl/DeclareRecordAction.java | 8 +- .../record/RecordService.java | 350 +-- .../record/RecordServiceImpl.java | 429 ++-- .../rule/FilePlanRuleInheritanceTest.java | 103 +- 7 files changed, 1411 insertions(+), 1478 deletions(-) diff --git a/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/rm/community/requests/gscore/api/RecordsAPI.java b/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/rm/community/requests/gscore/api/RecordsAPI.java index 2825dab997..e39c8034be 100644 --- a/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/rm/community/requests/gscore/api/RecordsAPI.java +++ b/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/rm/community/requests/gscore/api/RecordsAPI.java @@ -149,8 +149,8 @@ public class RecordsAPI extends RMModelRequest *
  • Invalid parameter: {@code recordId} is not a record
  • *
  • authentication fails
  • *
  • current user does not have permission to complete {@code recordId}
  • - *
  • {@code recordId} does not exist
  • - *
  • model integrity exception: the record is already complete
  • + *
  • {@code recordId} does not exist or is frozen
  • + *
  • model integrity exception: the record is already completed
  • *
  • model integrity exception: the record has missing meta-data
  • * */ @@ -242,7 +242,7 @@ public class RecordsAPI extends RMModelRequest * @param recordModel The record model which holds the information * @param recordId The identifier of a record * @param parameters The URL parameters to add - * @param returns The updated {@link Record} + * @return The updated {@link Record} * @throws Exception for the following cases: *