Removed warnings which came up with Eclipse 4.2 Juno. See Bug 1131 for more information.

This commit is contained in:
Lennart Hensler
2013-01-09 12:13:15 +01:00
parent 6a30a93e0d
commit 5ab2fe025d
12 changed files with 30 additions and 3 deletions
@@ -15,6 +15,7 @@ public class Example {
while ((line = in.readLine()) != null) {
lines.add(line);
}
in.close();
} catch (IOException e) {
e.printStackTrace();
}
@@ -26,6 +26,7 @@ public class GenerateUnifiedDiffTest extends TestCase {
while ((line = in.readLine()) != null) {
lines.add(line);
}
in.close();
} catch (IOException e) {
e.printStackTrace();
fail(e.getMessage());