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 28c0ed79 Javadoc typos 28c0ed79 is described below commit 28c0ed7936de8b0049b2dea9c178eae4365511ed Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri May 19 08:52:45 2023 -0400 Javadoc typos --- src/main/java/org/apache/commons/net/ntp/NtpV3Impl.java | 2 +- src/main/java/org/apache/commons/net/ntp/TimeInfo.java | 2 +- src/main/java/org/apache/commons/net/ntp/TimeStamp.java | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/org/apache/commons/net/ntp/NtpV3Impl.java b/src/main/java/org/apache/commons/net/ntp/NtpV3Impl.java index a487e5d2..de8ca8a3 100644 --- a/src/main/java/org/apache/commons/net/ntp/NtpV3Impl.java +++ b/src/main/java/org/apache/commons/net/ntp/NtpV3Impl.java @@ -361,7 +361,7 @@ public class NtpV3Impl implements NtpV3Packet { } /** - * Computes a hashcode for this object. The result is the exclusive OR of the values of this object stored as a byte array. + * Computes a hash code for this object. The result is the exclusive OR of the values of this object stored as a byte array. * * @return a hash code value for this object. * @since 3.4 diff --git a/src/main/java/org/apache/commons/net/ntp/TimeInfo.java b/src/main/java/org/apache/commons/net/ntp/TimeInfo.java index f0a328d7..bdb0d813 100644 --- a/src/main/java/org/apache/commons/net/ntp/TimeInfo.java +++ b/src/main/java/org/apache/commons/net/ntp/TimeInfo.java @@ -287,7 +287,7 @@ public class TimeInfo { } /** - * Computes a hashcode for this object. The result is the exclusive OR of the return time and the message hash code. + * Computes a hash code for this object. The result is the exclusive OR of the return time and the message hash code. * * @return a hash code value for this object. * @since 3.4 diff --git a/src/main/java/org/apache/commons/net/ntp/TimeStamp.java b/src/main/java/org/apache/commons/net/ntp/TimeStamp.java index c77558ee..343de8c4 100644 --- a/src/main/java/org/apache/commons/net/ntp/TimeStamp.java +++ b/src/main/java/org/apache/commons/net/ntp/TimeStamp.java @@ -315,8 +315,8 @@ public class TimeStamp implements Serializable, Comparable<TimeStamp> { } /** - * Computes a hashcode for this Timestamp. The result is the exclusive OR of the two halves of the primitive <code>long</code> value represented by this - * <code>TimeStamp</code> object. That is, the hashcode is the value of the expression: <blockquote> + * Computes a hash code for this Timestamp. The result is the exclusive OR of the two halves of the primitive <code>long</code> value represented by this + * <code>TimeStamp</code> object. That is, the hash code is the value of the expression: <blockquote> * * <pre> * {@code