mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Small improvements
This commit is contained in:
@@ -40,7 +40,6 @@ import org.json.JSONArray;
|
||||
import org.json.JSONException;
|
||||
import org.json.JSONObject;
|
||||
|
||||
import java.io.FileNotFoundException;
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
import java.net.URL;
|
||||
@@ -446,7 +445,7 @@ public class LanguageTool {
|
||||
Log.w(ex);
|
||||
}
|
||||
Log.w("LT " + error);
|
||||
throw new FileNotFoundException(error);
|
||||
throw new IOException(error);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user