8485868788899091929394
System.out.println("Can't change turn with null client"); } // End existing server try { server.endServer(); System.out.println("Ending server"); } catch (MalformedURLException ex) { fail("MalformedURLException xas not expected"); }
93949596979899100101102103
fail("MalformedURLException xas not expected"); } //try to end server already ended try { server.endServer(); fail("Can't end a null server"); } catch (MalformedURLException ex) { fail("MalformedURLException not expected"); }