Skip to content

Commit 2cd498e

Browse files
committed
Formatting.
1 parent 2532f60 commit 2cd498e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ftp/src/main/java/ch/cyberduck/core/ftp/list/FTPMlsdListResponseReader.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@
4040
public class FTPMlsdListResponseReader implements FTPDataResponseReader {
4141
private static final Logger log = LogManager.getLogger(FTPMlsdListResponseReader.class);
4242

43-
public FTPMlsdListResponseReader() {
44-
//
45-
}
46-
4743
@Override
4844
public AttributedList<Path> read(final Path directory, final List<String> replies) throws FTPInvalidListException {
4945
final AttributedList<Path> children = new AttributedList<>();

0 commit comments

Comments
 (0)