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:
Gavin Cornwell
2007-03-08 08:30:03 +00:00
parent 2721593f55
commit 6dc020da0d
55 changed files with 102 additions and 208 deletions

View File

@@ -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)
{