Skip to content

Commit e9786fc

Browse files
committed
Missing @OverRide
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1090203 13f79535-47bb-0310-9956-ffa450edef68
1 parent dea8bbe commit e9786fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test/java/org/apache/commons/io/input/TailerTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ public void testTailer() throws Exception {
106106
assertEquals("fileRotated should be be called", 1 , listener.rotated);
107107
}
108108

109+
@Override
109110
protected void createFile(File file, long size)
110111
throws IOException {
111112
super.createFile(file, size);

0 commit comments

Comments
 (0)