fixed typo

This commit is contained in:
Keith Donald
2009-04-17 13:32:49 +00:00
parent ccaf8f5136
commit bf9e588edb

View File

@@ -58,8 +58,8 @@ public class ELExpression implements Expression {
return null;
} else {
throw new EvaluationException(context.getClass(), getExpressionString(), "The expression '"
+ getExpressionString() + "' did not resolve... is the base variable ''"
+ getBaseVariable() + "' spelled correctly?");
+ getExpressionString() + "' did not resolve... is the base variable '" + getBaseVariable()
+ "' spelled correctly?");
}
}
return result;