diff --git a/src/test/java/org/apache/commons/net/time/TimeTCPClientTest.java b/src/test/java/org/apache/commons/net/time/TimeTCPClientTest.java index a9815fbc0..fde2b05f5 100644 --- a/src/test/java/org/apache/commons/net/time/TimeTCPClientTest.java +++ b/src/test/java/org/apache/commons/net/time/TimeTCPClientTest.java @@ -50,8 +50,8 @@ protected void openConnections() throws Exception { server1.start(); } - /* - * tests the times retrieved via the Time protocol implementation. + /** + * Tests the times retrieved via the Time protocol implementation. */ public void testCompareTimes() throws Exception { openConnections(); @@ -97,8 +97,8 @@ public void testCompareTimes() throws Exception { assertTrue(Math.abs(time2 - clientTime2) < 5000); } - /* - * tests the constant basetime used by TimeClient against tha computed from Calendar class. + /** + * Tests the constant basetime used by TimeClient against tha computed from Calendar class. */ public void testInitial() { final TimeZone utcZone = TimeZone.getTimeZone("UTC");