Description
i noticed the the input parameter 'boolean reportReply' in method org.apache.commons.net.ftp.FTP._getReply(boolean) is never be used. so it seemde there is no difference between org.apache.commons.net.ftp.FTP.getReplyNoReport() and org.apache.commons.net.ftp.FTP._getReply().
who could tell me why?