Looks fine to me. - Michael.
On 29/08/2019, 18:04, Julia Boes wrote:
Hi,This fix involves a test that failed during thread cleanup. To address this, the ServerSocket is now being closed at the end and the server thread is joined. While at it, I removed some unnecessary whitespace.webrev: http://cr.openjdk.java.net/~dfuchs/jboes/8171405/webrev.02/ bug report: https://bugs.openjdk.java.net/browse/JDK-8171405 Cheers, Julia