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

Liyin Liang updated IO-304:
---------------------------

    Attachment: tailer.diff

It should be 
{code:}
    public Tailer(File file, TailerListener listener, long delay) {
        this(file, listener, delay, false);
    }
{code}
                
> 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
>         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