Skip to content

Commit 71d8d16

Browse files
committed
Fix checkstyle issues
1 parent 15e34d0 commit 71d8d16

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

component/src/main/java/io/siddhi/extension/execution/file/FileCopyExtension.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@
3636
import io.siddhi.query.api.definition.Attribute;
3737
import org.apache.commons.vfs2.FileObject;
3838
import org.apache.commons.vfs2.FileSystemException;
39-
import org.apache.commons.vfs2.FileSystemManager;
40-
import org.apache.commons.vfs2.FileSystemOptions;
4139
import org.apache.commons.vfs2.Selectors;
4240
import org.apache.log4j.Logger;
4341

@@ -122,6 +120,7 @@
122120
}
123121
)
124122
public class FileCopyExtension extends StreamFunctionProcessor {
123+
125124
private static final Logger log = Logger.getLogger(FileCopyExtension.class);
126125
private Pattern pattern = null;
127126
private int inputExecutorLength;

0 commit comments

Comments
 (0)