aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-04-29 16:17:20 +0200
committerJonas Smedegaard <dr@jones.dk>2025-04-29 16:31:45 +0200
commitd34ce20410e65e43e466e55172d161aad777cd76 (patch)
tree88ee738594ae8ba06ca5de90772ed90c6b2a0526 /src
parent7d87052d950629f429a1a0c0ca8afad7700e9d54 (diff)
add javadoc comment
Diffstat (limited to 'src')
-rw-r--r--src/com.example.portfolio2/com/example/portfolio2/Window.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/com.example.portfolio2/com/example/portfolio2/Window.java b/src/com.example.portfolio2/com/example/portfolio2/Window.java
index eceb450..0c375fa 100644
--- a/src/com.example.portfolio2/com/example/portfolio2/Window.java
+++ b/src/com.example.portfolio2/com/example/portfolio2/Window.java
@@ -184,6 +184,10 @@ public final class Window extends Application {
TextArea area,
Label ectsLabel
) {
+
+ /// column of activities
+ ///
+ /// @param name identifier
public ActivityColumn(String name) {
this(
name,