diff options
Diffstat (limited to 'src/com.example.portfolio2/com/example/portfolio2/UI.java')
-rw-r--r-- | src/com.example.portfolio2/com/example/portfolio2/UI.java | 2 |
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 /// |