From 4e98f5530b6d731f9167cbe4e43cf8d0fcc2f525 Mon Sep 17 00:00:00 2001 From: Marc Philipp Date: Thu, 13 May 2021 18:10:36 +0200 Subject: [PATCH] Hard-wrap at 90 chars and add indentation --- .../docs/asciidoc/release-notes/release-notes-5.7.2.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/src/docs/asciidoc/release-notes/release-notes-5.7.2.adoc b/documentation/src/docs/asciidoc/release-notes/release-notes-5.7.2.adoc index c99f73578b77..14bf051a4380 100644 --- a/documentation/src/docs/asciidoc/release-notes/release-notes-5.7.2.adoc +++ b/documentation/src/docs/asciidoc/release-notes/release-notes-5.7.2.adoc @@ -15,9 +15,9 @@ GitHub. ==== Bug Fixes -* Method `getRootUrisForPackage()` in class `ClasspathScanner` now returns a -valid list of class names when the package name is equal to the name of a -module on the module path and when running on Java 8. +* Method `getRootUrisForPackage()` in class `ClasspathScanner` now returns a valid list of + class names when the package name is equal to the name of a module on the module path + and when running on Java 8. [[release-notes-5.7.2-junit-jupiter]]