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/GUI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/com.example.portfolio2/com/example/portfolio2/GUI.java') diff --git a/src/com.example.portfolio2/com/example/portfolio2/GUI.java b/src/com.example.portfolio2/com/example/portfolio2/GUI.java index 95df60c..daf680e 100644 --- a/src/com.example.portfolio2/com/example/portfolio2/GUI.java +++ b/src/com.example.portfolio2/com/example/portfolio2/GUI.java @@ -35,7 +35,7 @@ public class GUI extends UI { /// /// @param label text label /// @param column column position - private Section(final String label, final int column) { + Section(final String label, final int column) { this.label = label; this.column = column; } -- cgit v1.2.3