summaryrefslogtreecommitdiff
path: root/src/com.example.portfolio2/com/example/portfolio2/Window.java
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-04-30 18:27:32 +0200
committerJonas Smedegaard <dr@jones.dk>2025-04-30 18:30:53 +0200
commit6893df75966fc6623a4ad2f8e3a78f5b194482ef (patch)
tree4f9b77d7d6c040ced7500f09d5847aa4cf3bd83e /src/com.example.portfolio2/com/example/portfolio2/Window.java
parentb2134200f39d714f84e2998c815ddafd8418e503 (diff)
drop redundant public/private modifiers
Diffstat (limited to 'src/com.example.portfolio2/com/example/portfolio2/Window.java')
-rw-r--r--src/com.example.portfolio2/com/example/portfolio2/Window.java2
1 files changed, 1 insertions, 1 deletions
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),