summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/graphical/IniFile.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/graphical/IniFile.java')
-rw-r--r--qadevOOo/runner/graphical/IniFile.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/graphical/IniFile.java b/qadevOOo/runner/graphical/IniFile.java
index fe2df6e62878..cc82ce4c86db 100644
--- a/qadevOOo/runner/graphical/IniFile.java
+++ b/qadevOOo/runner/graphical/IniFile.java
@@ -35,8 +35,8 @@ public class IniFile implements Enumeration<String>
* internal representation of the ini file content.
* Problem, if ini file changed why other write something difference, we don't realise this.
*/
- private String m_sFilename;
- private ArrayList<String> m_aList;
+ private final String m_sFilename;
+ private final ArrayList<String> m_aList;
private boolean m_bListContainUnsavedChanges = false;
private int m_aEnumerationPos = 0;