mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 23:26:12 +02:00
Small fix
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user