Details
-
Question
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
None
-
None
-
None
Description
There's a method org.apache.ivy.plugins.repository.vsftp.VsftpRepository.sendCommand(String, boolean, boolean, long).
My question is, under what circumstances, this.sendSingleCommand(command) will be executed. It seems variable single is always false.
So, are these redundant codes or am I wrong?