Skip to content

Commit

Permalink
joelittlejohn#455 Restore javadoc format
Browse files Browse the repository at this point in the history
  • Loading branch information
blizznets committed Dec 2, 2015
1 parent 43fdeb0 commit 639bf89
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,13 @@ protected PropertiesRule(RuleFactory ruleFactory) {
* For each property present within the properties node, this rule will
* invoke the 'property' rule provided by the given schema mapper.
*
* @param nodeName the name of the node for which properties are being added
* @param node the properties node, containing property names and their
* definition
* @param jclass the Java type which will have the given properties added
* @param nodeName
* the name of the node for which properties are being added
* @param node
* the properties node, containing property names and their
* definition
* @param jclass
* the Java type which will have the given properties added
* @return the given jclass
*/
@Override
Expand Down

0 comments on commit 639bf89

Please sign in to comment.