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"; }