From 28ab516d962039909c99318b989b89e79bd968e0 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sun, 21 Aug 2022 15:30:20 -0400 Subject: [PATCH] Fix links in Javadoc and documentation #926 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b5ddcc291..8ef007ff1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -98,6 +98,7 @@ The type attribute can be add,update,fix,remove. Fix some Javadoc comments #938. Deprecate getNanosOfMiili() method with typo and create proper getNanosOfMilli() #940. Deprecate ThreadUtils code that defines custom function interfaces in favor of stock java.util.function.Predicate usage. + Fix links in Javadoc and documentation #926. Add GitHub coverage.yml. Add EnumUtils.getEnumSystemProperty(...).