Skip to content

Commit 54f7d73

Browse files
committed
Oops - remove temp marker
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1483344 13f79535-47bb-0310-9956-ffa450edef68
1 parent 6d8ef99 commit 54f7d73

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/main/java/org/apache/commons/io/input/Tailer.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,7 @@ public Tailer(final File file, final TailerListener listener, final long delayMi
239239
* @param end Set to true to tail from the end of the file, false to tail from the beginning of the file.
240240
* @param reOpen if true, close and reopen the file between reading chunks
241241
* @param bufSize Buffer size
242-
* @deprecated
243242
*/
244-
@Deprecated
245243
public Tailer(final File file, final Charset cset, final TailerListener listener, final long delayMillis, final boolean end, final boolean reOpen
246244
, final int bufSize) {
247245
this.file = file;

0 commit comments

Comments
 (0)