mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-06 15:20:54 +03:00
missing annotation
This commit is contained in:
@@ -16,6 +16,7 @@ public class LoggingTransferListener
|
||||
private String name = "";
|
||||
private long size = -1;
|
||||
|
||||
@Override
|
||||
public void startedDir(String name) {
|
||||
dirNames.add(name);
|
||||
size = -1;
|
||||
|
||||
Reference in New Issue
Block a user