On Sun, 2 Apr 2023 23:45:52 GMT, Michael Strauß <mstra...@openjdk.org> wrote:
>> modules/javafx.base/src/test/java/test/com/sun/javafx/collections/ObservableListWrapperTest.java >> line 41: >> >>> 39: >>> 40: @Nested >>> 41: class RemoveAllTest { >> >> Empty line after class declaration. >> >> Same for other places. > > I see that all over the JavaFX codebase. Do we have any guidance for that? We're inconsistent on this. Since this is a new class, I'd probably lean towards adding the blank line. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/751#discussion_r1155993184