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-compress.git

commit b58ba36c756259809219abd4f343a1d642815114
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Dec 21 23:29:11 2023 -0500

    Javadoc
---
 src/main/java/org/apache/commons/compress/utils/TimeUtils.java | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/src/main/java/org/apache/commons/compress/utils/TimeUtils.java 
b/src/main/java/org/apache/commons/compress/utils/TimeUtils.java
index 3bec231c1..e233ff016 100644
--- a/src/main/java/org/apache/commons/compress/utils/TimeUtils.java
+++ b/src/main/java/org/apache/commons/compress/utils/TimeUtils.java
@@ -92,8 +92,7 @@ public final class TimeUtils {
      *
      * @param ntfsTime the NTFS time in 100-nanosecond units.
      * @return the FileTime.
-     * @see TimeUtils#WINDOWS_EPOCH_OFFSET
-     * @see TimeUtils#toNtfsTime(FileTime)
+     * @see FileTimes#toNtfsTime(FileTime)
      * @deprecated Use {@link FileTimes#ntfsTimeToFileTime(long)}.
      */
     @Deprecated
@@ -106,7 +105,7 @@ public final class TimeUtils {
      *
      * @param fileTime the file time to be converted.
      * @return a {@link Date} which corresponds to the supplied time, or 
{@code null} if the time is {@code null}.
-     * @see TimeUtils#toFileTime(Date)
+     * @see FileTimes#toFileTime(Date)
      * @deprecated Use {@link FileTimes#toDate(FileTime)}.
      */
     @Deprecated
@@ -119,7 +118,7 @@ public final class TimeUtils {
      *
      * @param date the date to be converted.
      * @return a {@link FileTime} which corresponds to the supplied date, or 
{@code null} if the date is {@code null}.
-     * @see TimeUtils#toDate(FileTime)
+     * @see FileTimes#toDate(FileTime)
      * @deprecated Use {@link FileTimes#toFileTime(Date)}.
      */
     @Deprecated
@@ -144,8 +143,7 @@ public final class TimeUtils {
      *
      * @param fileTime the FileTime.
      * @return the NTFS time in 100-nanosecond units.
-     * @see TimeUtils#WINDOWS_EPOCH_OFFSET
-     * @see TimeUtils#ntfsTimeToFileTime(long)
+     * @see FileTimes#ntfsTimeToFileTime(long)
      * @deprecated Use {@link FileTimes#toNtfsTime(FileTime)}.
      */
     @Deprecated

Reply via email to