From 6ef97938b4ea19cbaf68f23dffe0e80eadca111c Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Tue, 28 Oct 2014 10:33:37 -0400 Subject: [PATCH] Minor javadoc update --- src/reference/el.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/reference/el.xml b/src/reference/el.xml index 2d031cfd..818b96d8 100644 --- a/src/reference/el.xml +++ b/src/reference/el.xml @@ -75,7 +75,7 @@ Spring EL Starting with version 2.1 Web Flow uses the Spring Expression Language (Spring EL). - Spring EL was created to provide is a single, well-supported expression language for use across all the products in the Spring portfolio. + Spring EL was created to provide a single, well-supported expression language for use across all the products in the Spring portfolio. It is distributed as a separate jar org.springframework.expression in the Spring Framework. Existing applications will need to remove dependencies on org.jboss.el or org.ognl and use org.springframework.expression instead. See the section below on EL Portability for other notes on upgrading. @@ -370,4 +370,4 @@ If no such variable is found, an EvaluationException will be thrown. - \ No newline at end of file +