Small improvements

This commit is contained in:
M66B
2022-12-12 19:48:11 +01:00
parent d7baa92556
commit 5433691b5e
4 changed files with 7 additions and 11 deletions

View File

@@ -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);
}
}