Bug 509401 - Clean up ChecksumProducer's computeMD5(File)

Combine all statements that throw exceptions into a single try/catch
block and do not catch FileNotFoundException as we're catching its
parent, IOException, already.

Change-Id: I26c02a183e5d950a6e19c3e6187d6e54418c422e
Signed-off-by: Mykola Nikishov <mn@mn.com.ua>
1 file changed