diff --git a/rm-server/source/java/org/alfresco/module/org_alfresco_module_rm/caveat/scheme/CaveatGroup.java b/rm-server/source/java/org/alfresco/module/org_alfresco_module_rm/caveat/scheme/CaveatGroup.java index 5c069844f9..7c8ca70e4a 100644 --- a/rm-server/source/java/org/alfresco/module/org_alfresco_module_rm/caveat/scheme/CaveatGroup.java +++ b/rm-server/source/java/org/alfresco/module/org_alfresco_module_rm/caveat/scheme/CaveatGroup.java @@ -168,7 +168,7 @@ public class CaveatGroup implements Serializable /** * Indicates whether a mark exists in this caveat group or not. * - * @param The identifier of the mark. + * @param markId The identifier of the mark. */ public boolean hasCaveatMark(String markId) {