From 6c2336c4c4e4100441bbbfef0dc4c564e9ea08bb Mon Sep 17 00:00:00 2001 From: markt Date: Tue, 12 Jan 2010 13:33:58 +0000 Subject: [PATCH] Update the comment. We don't want or need another full EL parser. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@898318 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/jasper/compiler/ELParser.java | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/java/org/apache/jasper/compiler/ELParser.java b/java/org/apache/jasper/compiler/ELParser.java index 10879f464..1c4ae7c1f 100644 --- a/java/org/apache/jasper/compiler/ELParser.java +++ b/java/org/apache/jasper/compiler/ELParser.java @@ -78,11 +78,12 @@ public class ELParser { } /** - * Parse an EL expression string '${...}' + * Parse an EL expression string '${...}'. Currently only separates the EL + * into functions and everything else. * - * @return An ELNode.Nodes representing the EL expression TODO: Currently - * only parsed into functions and text strings. This should be - * rewritten for a full parser. + * @return An ELNode.Nodes representing the EL expression + * + * TODO: Can this be refactored to use the standard EL implementation? */ private ELNode.Nodes parseEL() { -- 2.11.0