jvanzyl 2002/11/24 16:46:53
Modified: src/java/org/apache/maven/jelly JellyUtils.java
Log:
o checkstyle
Revision Changes Path
1.4 +11 -2
jakarta-turbine-maven/src/java/org/apache/maven/jelly/JellyUtils.java
Index: JellyUtils.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/jelly/JellyUtils.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- JellyUtils.java 24 Nov 2002 19:00:38 -0000 1.3
+++ JellyUtils.java 25 Nov 2002 00:46:53 -0000 1.4
@@ -211,7 +211,16 @@
return script;
}
-
+
+ /**
+ * Recursively evaluate a string representation of a jelly expression.
+ *
+ * @param text String representation of the a Jelly expression.
+ * @param factory Expression factory used for evaluating the expression.
+ * @param context The Jelly context to compute the expression against.
+ *
+ * @return The recursively evaluated Jelly expression.
+ */
public static Expression decomposeExpression( String text,
ExpressionFactory factory,
JellyContext context )
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>