Small fix

This commit is contained in:
M66B
2022-12-30 12:38:31 +01:00
parent ff0cca4c4a
commit ac66b564f2
4 changed files with 8 additions and 10 deletions

View File

@@ -29,7 +29,7 @@ public class Send {
static final String DEFAULT_SERVER = "";
public static String upload(InputStream is, DocumentFile dfile, int dLimit, int timeLimit, String host, IProgress intf) {
throw new NotImplementedException("Send");
throw new IllegalArgumentException("Send");
}
public interface IProgress {