Skip to content

Commit eb8d6da

Browse files
author
zhourenjian@gmail.com
committed
Ignore a compiler warning
1 parent f3bdf1e commit eb8d6da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sources/net.sf.j2s.ajax/ajaxcore/net/sf/j2s/ajax/HttpRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ private void request() {
578578
onreadystatechange.onUninitialized();
579579
}
580580
*/
581-
} catch (IOException e) {
581+
} catch (Exception e) {
582582
if (checkAbort()) return; // exception caused by abort action
583583
e.printStackTrace();
584584
readyState = 4;

0 commit comments

Comments
 (0)