[
https://issues.apache.org/jira/browse/IO-304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Liyin Liang closed IO-304.
--------------------------
> 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