From 99f64671b0c743517b229a78eec70bcf38236eca Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sat, 5 Oct 2019 09:27:06 -0400 Subject: [PATCH] Improve Javadoc based on the discussion of the GitHub PR #459. --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5cbb8e99a..6824acacb 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -71,6 +71,7 @@ The type attribute can be add,update,fix,remove. junit-jupiter 5.5.1 -> 5.5.2. com.puppycrawl.tools:checkstyle 8.23 -> 8.24. Corrected usage examples in Javadocs #458. + Improve Javadoc based on the discussion of the GitHub PR #459.