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
@@ -53,6 +53,8 @@ public class UDPMirrorTest {
didReceive[0] = true;
didReceive.notifyAll();
}
udpSocket.close();
} catch (Exception e) {
throw new RuntimeException(e);
}
@@ -67,6 +69,8 @@ public class UDPMirrorTest {
didReceive.wait();
}
}
sendingSocket.close();
assertTrue(Arrays.equals(buf1, buf2));
}