package org.apache.commons.net.ftp; public class FTPReply { public static boolean isPositiveCompletion(int replyCode) { return false; } }