From 634e3592c7ab4b12adfb601a6ff1fedf82fa7523 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Sat, 29 Jun 2019 21:35:01 +0200 Subject: [PATCH] Update docs/pages/release_notes.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Clément Fournier --- docs/pages/release_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index 917a6cd3ff..3c3814cdf1 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -61,7 +61,7 @@ Table aliases are now supported when specifying columns in INSERT INTO clauses. * The Java rule {% rule "java/codestyle/CommentDefaultAccessModifier" %) (`java-codestyle`) was enhanced in the last version 6.15.0 to check also top-level types by default. This created many new violations. - Missing the access modifier for top-level types is not so criticial, since it only decreases the visibility + Missing the access modifier for top-level types is not so critical, since it only decreases the visibility of the type. The default behaviour has been restored. If you want to enable the check for top-level types, you can use the new property `checkTopLevelTypes`.