mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Updated JavaDocs for web client project
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5337 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -112,7 +112,7 @@ public class RulesBean implements IContextListener
|
||||
/**
|
||||
* Returns the list of rules to display
|
||||
*
|
||||
* @return
|
||||
* @return List of WrappedRule objects
|
||||
*/
|
||||
public List<WrappedRule> getRules()
|
||||
{
|
||||
@@ -427,7 +427,9 @@ public class RulesBean implements IContextListener
|
||||
* Constructs a RuleWrapper object
|
||||
*
|
||||
* @param rule The rule we are wrapping
|
||||
* @param ruleNode The node the rules belong to
|
||||
* @param isLocal Whether the rule is defined locally
|
||||
* @param createdDate Date the rule was created
|
||||
* @param modifiedDate The date the rule was last modified
|
||||
*/
|
||||
public WrappedRule(Rule rule, boolean isLocal, Date createdDate, Date modifiedDate)
|
||||
{
|
||||
|
Reference in New Issue
Block a user