Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.0
-
None
Description
There seems to be a copy-paste bug in method in JexlBuilder class
public JexlBuilder loader(Charset arg) { this.charset = arg; return this; }
obviously the method should be named charset