summaryrefslogtreecommitdiff
path: root/src/com.example.portfolio2/com/example/portfolio2/UI.java
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-04-30 18:57:31 +0200
committerJonas Smedegaard <dr@jones.dk>2025-04-30 18:57:31 +0200
commit7f61d517a311cd52efea162448c400495b771428 (patch)
tree054730c52a16b9b710c96d83ce7776ff9039a17a /src/com.example.portfolio2/com/example/portfolio2/UI.java
parent6893df75966fc6623a4ad2f8e3a78f5b194482ef (diff)
tighten public/private modifiers
Diffstat (limited to 'src/com.example.portfolio2/com/example/portfolio2/UI.java')
-rw-r--r--src/com.example.portfolio2/com/example/portfolio2/UI.java2
1 files changed, 1 insertions, 1 deletions
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
///