We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2532f60 commit 2cd498eCopy full SHA for 2cd498e
ftp/src/main/java/ch/cyberduck/core/ftp/list/FTPMlsdListResponseReader.java
@@ -40,10 +40,6 @@
40
public class FTPMlsdListResponseReader implements FTPDataResponseReader {
41
private static final Logger log = LogManager.getLogger(FTPMlsdListResponseReader.class);
42
43
- public FTPMlsdListResponseReader() {
44
- //
45
- }
46
-
47
@Override
48
public AttributedList<Path> read(final Path directory, final List<String> replies) throws FTPInvalidListException {
49
final AttributedList<Path> children = new AttributedList<>();
0 commit comments