From 31e2d43859ea4b3243ff6076c495457375130452 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sat, 20 Jul 2024 09:06:08 -0400 Subject: [PATCH] Add Javadoc links from StopWatch to DurationUtils #1249 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9438361e8..27bda2091 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -55,6 +55,7 @@ The type attribute can be add,update,fix,remove. Add StopWatch.getStartInstant() and deprecate getStartTime(). Add StopWatch.getStopInstant() and deprecate getStopTime(). Add StopWatch.getDuration() and deprecate getTime(). + Add Javadoc links from StopWatch to DurationUtils #1249.