From 7f61d517a311cd52efea162448c400495b771428 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 30 Apr 2025 18:57:31 +0200 Subject: tighten public/private modifiers --- src/com.example.portfolio2/com/example/portfolio2/UI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/com.example.portfolio2/com/example/portfolio2/UI.java') diff --git a/src/com.example.portfolio2/com/example/portfolio2/UI.java b/src/com.example.portfolio2/com/example/portfolio2/UI.java index 65450af..a70bf8e 100644 --- a/src/com.example.portfolio2/com/example/portfolio2/UI.java +++ b/src/com.example.portfolio2/com/example/portfolio2/UI.java @@ -26,7 +26,7 @@ public abstract class UI { ELECTIVE("Elective"); /// text label - public final String label; + final String label; /// instantiation /// -- cgit v1.2.3