From 219f82ad7e18bf3e5ecad84b3ee0a86c2f786aec Mon Sep 17 00:00:00 2001 From: Claudia Agache Date: Wed, 15 Jul 2020 10:23:20 +0300 Subject: [PATCH] apply code style --- .../model/fileplancomponents/FilePlanComponentAspects.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/rm/community/model/fileplancomponents/FilePlanComponentAspects.java b/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/rm/community/model/fileplancomponents/FilePlanComponentAspects.java index d05545d789..a9deb86b1f 100644 --- a/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/rm/community/model/fileplancomponents/FilePlanComponentAspects.java +++ b/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/rm/community/model/fileplancomponents/FilePlanComponentAspects.java @@ -58,8 +58,8 @@ public class FilePlanComponentAspects public static final String CUT_OFF_ASPECT = "rma:cutOff"; // declare version as record aspect - public static final String VERSION_AS_RECORD="rmv:versionRecord"; + public static final String VERSION_AS_RECORD = "rmv:versionRecord"; // WORM store selector aspect - public static final String ASPECT_STORE_SELECTOR="cm:storeSelector"; + public static final String ASPECT_STORE_SELECTOR = "cm:storeSelector"; }