This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git

commit f20c95fbee5b821105ef7353fae8db7ef9834800
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue May 28 08:55:15 2024 -0400

    Javadoc
---
 src/test/java/org/apache/commons/net/time/TimeTCPClientTest.java | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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 a9815fbc..fde2b05f 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 @@ public class TimeTCPClientTest extends TestCase {
         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 class TimeTCPClientTest extends TestCase {
         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");

Reply via email to