Github user pyxide commented on the pull request:

    
https://github.com/apache/ant/commit/5a0d2d1f174f6ddef40ebab925b4aeb02646adab#commitcomment-20963439
  
    I forgot to commit this method in [my pull 
request](https://github.com/apache/ant/pull/30) for three more classes:
    - org.apache.tools.ant.types.optional.AbstractScriptComponent
    - org.apache.tools.ant.types.optional.ScriptFilter
    - org.apache.tools.ant.types.optional.ScriptSelector
    
    ```
        /**
         * Sets the encoding of the script from an external file ; optional.
         *
         * @param encoding the encoding of the file containing the script 
source.
         * @since Ant 1.10.2
         */
        public void setEncoding(String encoding) {
            helper.setEncoding(encoding);
        }
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to