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]]