Dmitri Blinov created JEXL-213:
----------------------------------
Summary: rename JexlBuilder.loader(Charset arg) to
JexlBuilder.charset(Charset arg)
Key: JEXL-213
URL: https://issues.apache.org/jira/browse/JEXL-213
Project: Commons JEXL
Issue Type: Bug
Affects Versions: 3.0
Reporter: Dmitri Blinov
Priority: Minor
There seems to be a copy-paste bug in method in {{JexlBuilder}} class
{code}
public JexlBuilder loader(Charset arg) {
this.charset = arg;
return this;
}
{code}
obviously the method should be named {{charset}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)