From f9325048496d7cdbcad233f8a6b84c88e79adcc2 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Tue, 17 Sep 2019 20:11:47 -0400
Subject: [PATCH] Rename link2master to link2support.

---
 ProgressWindow.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ProgressWindow.java b/ProgressWindow.java
index 3d61598..4cd64c6 100644
--- a/ProgressWindow.java
+++ b/ProgressWindow.java
@@ -131,7 +131,7 @@
 
     private JFrame frame;
     private int numLabels;
-    private JLabel labels[];
+    private JLabel[] labels;
     private JProgressBar progressBar;
     private static final int INSET = 20;
     private static final int SEPARATOR = 5;

--
Gitblit v1.6.2