From 2564371a06ec470ff22898639d93cab1652c1740 Mon Sep 17 00:00:00 2001 From: Rodica Sutu Date: Thu, 15 Dec 2016 12:28:10 +0200 Subject: [PATCH] indentation fix --- .../community/model/fileplancomponents/FilePlanComponent.java | 4 ++-- .../model/fileplancomponents/FilePlanComponentFields.java | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/rm/community/model/fileplancomponents/FilePlanComponent.java b/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/rm/community/model/fileplancomponents/FilePlanComponent.java index 7a320ca658..b9edeb4002 100644 --- a/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/rm/community/model/fileplancomponents/FilePlanComponent.java +++ b/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/rm/community/model/fileplancomponents/FilePlanComponent.java @@ -98,8 +98,8 @@ public class FilePlanComponent @JsonProperty (required = false) private FilePlanComponentContent content; - - @JsonProperty (value = PATH) + + @JsonProperty (value = PATH) private FilePlanComponentPath path; @JsonProperty (required = true) diff --git a/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/rm/community/model/fileplancomponents/FilePlanComponentFields.java b/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/rm/community/model/fileplancomponents/FilePlanComponentFields.java index e4730b3663..130cb388f5 100644 --- a/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/rm/community/model/fileplancomponents/FilePlanComponentFields.java +++ b/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/rm/community/model/fileplancomponents/FilePlanComponentFields.java @@ -57,8 +57,8 @@ public class FilePlanComponentFields public static final String PROPERTIES_PHYSICAL_SIZE = "rma:physicalSize"; public static final String PROPERTIES_SHELF = "rma:shelf"; public static final String PROPERTIES_STORAGE_LOCATION = "rma:storageLocation"; - - //RelativePath specifies the container structure to create relative to the node nodeId. + + //RelativePath specifies the container structure to create relative to the node nodeId. public static final String RELATIVE_PATH = "relativePath"; public static final String PATH = "path"; }