Uploaded image for project: 'Commons IO'
  1. Commons IO
  2. IO-304

The second constructor of Tailer class does not pass 'delay' to the third one

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.1
    • 2.2
    • None
    • None

    Description

      Here is the second contructor of Tailer class:

          public Tailer(File file, TailerListener listener, long delay) {
              this(file, listener, 1000, false);
          }
      

      Attachments

        1. tailer.diff
          0.6 kB
          Liyin Liang

        Activity

          People

            ggregory Gary D. Gregory
            liangly Liyin Liang
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: