Uploaded image for project: 'Commons JEXL'
  1. Commons JEXL
  2. JEXL-213

rename JexlBuilder.loader(Charset arg) to JexlBuilder.charset(Charset arg)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.0
    • 3.1
    • 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

      Attachments

        Activity

          People

            henrib Henri Biestro
            dmitri_blinov Dmitri Blinov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: