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


The following commit(s) were added to refs/heads/master by this push:
     new a68e961c Javadoc
a68e961c is described below

commit a68e961cb02ff6e690ac6e1b2fbe23e3618622b3
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jul 21 11:42:54 2024 -0400

    Javadoc
    
    Use HTML 'em' tag instead of 'i' tag
---
 src/main/java/org/apache/commons/net/ntp/NTPUDPClient.java | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/java/org/apache/commons/net/ntp/NTPUDPClient.java 
b/src/main/java/org/apache/commons/net/ntp/NTPUDPClient.java
index 8afc323a..30c9e783 100644
--- a/src/main/java/org/apache/commons/net/ntp/NTPUDPClient.java
+++ b/src/main/java/org/apache/commons/net/ntp/NTPUDPClient.java
@@ -38,8 +38,8 @@ public final class NTPUDPClient extends DatagramSocketClient {
 
     /**
      * Retrieves the time information from the specified server on the default 
NTP port and returns it. The time is the number of milliseconds since 00:00
-     * (midnight) 1 January 1900 UTC, as specified by RFC 1305. This method 
reads the raw NTP packet and constructs a <i>TimeInfo</i> object that allows 
access
-     * to all the fields of the NTP message header.
+     * (midnight) 1 January 1900 UTC, as specified by RFC 1305. This method 
reads the raw NTP packet and constructs a <em>TimeInfo</em> object that allows
+     * access to all the fields of the NTP message header.
      *
      * @param host The address of the server.
      * @return The time value retrieved from the server.
@@ -51,8 +51,8 @@ public final class NTPUDPClient extends DatagramSocketClient {
 
     /**
      * Retrieves the time information from the specified server and port and 
returns it. The time is the number of milliseconds since 00:00 (midnight) 1 
January
-     * 1900 UTC, as specified by RFC 1305. This method reads the raw NTP 
packet and constructs a <i>TimeInfo</i> object that allows access to all the 
fields of
-     * the NTP message header.
+     * 1900 UTC, as specified by RFC 1305. This method reads the raw NTP 
packet and constructs a <em>TimeInfo</em> object that allows access to all the 
fields
+     * of the NTP message header.
      *
      * @param host The address of the server.
      * @param port The port of the service.

Reply via email to