[ 
https://issues.apache.org/jira/browse/IO-304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gary D. Gregory resolved IO-304.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2
         Assignee: Gary D. Gregory

Committed revision 1295587.
                
> The second constructor of Tailer  class does not pass 'delay' to the third one
> ------------------------------------------------------------------------------
>
>                 Key: IO-304
>                 URL: https://issues.apache.org/jira/browse/IO-304
>             Project: Commons IO
>          Issue Type: Bug
>    Affects Versions: 2.1
>            Reporter: Liyin Liang
>            Assignee: Gary D. Gregory
>             Fix For: 2.2
>
>         Attachments: tailer.diff
>
>
> Here is the second contructor of Tailer class:
> {code:}
>     public Tailer(File file, TailerListener listener, long delay) {
>         this(file, listener, 1000, false);
>     }
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to