Skip to content

Commit

Permalink
update expression resolver to return blank string rather than false f…
Browse files Browse the repository at this point in the history
…or exception cases
  • Loading branch information
jaredstehler committed Jan 6, 2015
1 parent 2daefaf commit 1d694cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ elContext, new StringBuilder("#{").append(cleanExpr).append('}')
String.format("Error resolving expression: [%s]", expr), e, lineNumber)));
}

return Boolean.FALSE;
return "";
}

}

0 comments on commit 1d694cd

Please sign in to comment.