javadoc and polishing

This commit is contained in:
Keith Donald
2011-06-05 07:14:34 +00:00
parent 2127b16051
commit 94d690fb2c
4 changed files with 51 additions and 11 deletions

View File

@@ -726,7 +726,6 @@ public class SpringEL300Tests extends ExpressionTestCase {
String el1 = "ls.![#this.equals('abc')]";
SpelExpression exp = parser.parseRaw(el1);
List value = (List)exp.getValue(ctx);
System.out.println(value);
// value is list containing [true,false]
Assert.assertEquals(Boolean.class,value.get(0).getClass());
TypeDescriptor evaluated = exp.getValueTypeDescriptor(ctx);