}
/**
- * Scans through all child nodes of the given parent for <param>
- * subelements. For each <param> element, if its value is specified via
- * a Named Attribute (<jsp:attribute>), generate the code to evaluate
+ * Scans through all child nodes of the given parent for <param>
+ * subelements. For each <param> element, if its value is specified via
+ * a Named Attribute (<jsp:attribute>), generate the code to evaluate
* those bodies first.
* <p>
* If parent is null, simply returns.
public void visit(Node.PlugIn n) throws JasperException {
/**
- * A visitor to handle <jsp:param> in a plugin
+ * A visitor to handle <jsp:param> in a plugin
*/
class ParamVisitor extends Node.Visitor {