mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-23 06:06:11 +00:00
Removed warnings which came up with Eclipse 4.2 Juno. See Bug 1131 for more information.
This commit is contained in:
+4
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user