commit | 28e3f101707c7a03dcc774b9b0e6d95d68b3752d | [log] [tgz] |
---|---|---|
author | Tom O'Neill <tomo@google.com> | Fri Nov 05 10:14:24 2010 -0700 |
committer | Tom O'Neill <tomo@google.com> | Fri Nov 05 10:14:24 2010 -0700 |
tree | 0efbc28f6a257c3664b16b0af377ea4318a3e0d0 | |
parent | e7aa07852dc5d360d223301d1415b87cddc57c99 [diff] |
Remove inappropriate conversion of IOException to AssertionError An IOException is a recoverable condition, and AssertionError should be used for non-recoverable conditions. Fixes b/3169361 Change-Id: Ie71a537293e01ffb49c5f535412e2631e27c84c8