This commit is contained in:
Keith Donald
2008-03-22 15:04:11 +00:00
parent d0a9c68a73
commit ed374be2d6

View File

@@ -17,7 +17,7 @@ package org.springframework.binding.expression;
/**
* Evaluates a single parsed expression on the provided input object in the specified context. This provides a common
* abstraction for expression evaluation independent of any language like OGNL or Spring's BeanWrapper.
* abstraction for expression evaluation independent of any language like OGNL or the Unified EL.
*
* @author Keith Donald
*/