From 6893df75966fc6623a4ad2f8e3a78f5b194482ef Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 30 Apr 2025 18:27:32 +0200 Subject: drop redundant public/private modifiers --- src/com.example.portfolio2/com/example/portfolio2/Window.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/com.example.portfolio2/com/example/portfolio2/Window.java') diff --git a/src/com.example.portfolio2/com/example/portfolio2/Window.java b/src/com.example.portfolio2/com/example/portfolio2/Window.java index ba4ee86..6fa2ce7 100644 --- a/src/com.example.portfolio2/com/example/portfolio2/Window.java +++ b/src/com.example.portfolio2/com/example/portfolio2/Window.java @@ -193,7 +193,7 @@ public final class Window extends Application { /// column of activities /// /// @param section structural section for column - public ActivityColumn(final GUI.Section section) { + ActivityColumn(final GUI.Section section) { this( section, new Label(section.label), -- cgit v1.2.3