Skip to content
Snippets Groups Projects
Commit d618950f authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Merge catches

parent aaf75100
No related branches found
No related tags found
No related merge requests found
......@@ -162,8 +162,7 @@ public class AndroidDevices {
list.add(mountpoint);
}
}
} catch (FileNotFoundException e) {
} catch (IOException e) {
} catch (IOException ignored) {
} finally {
Util.close(bufReader);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment