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
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