aboutsummaryrefslogtreecommitdiff
path: root/src/com.example.portfolio2/com/example/portfolio2/GUI.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com.example.portfolio2/com/example/portfolio2/GUI.java')
-rw-r--r--src/com.example.portfolio2/com/example/portfolio2/GUI.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com.example.portfolio2/com/example/portfolio2/GUI.java b/src/com.example.portfolio2/com/example/portfolio2/GUI.java
index 40bd9d1..95df60c 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(String label, int column) {
+ private Section(final String label, final int column) {
this.label = label;
this.column = column;
}