summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/convwatch/IniFile.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/convwatch/IniFile.java')
-rw-r--r--qadevOOo/runner/convwatch/IniFile.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/runner/convwatch/IniFile.java b/qadevOOo/runner/convwatch/IniFile.java
index 8e1747bf1308..08e9629883ad 100644
--- a/qadevOOo/runner/convwatch/IniFile.java
+++ b/qadevOOo/runner/convwatch/IniFile.java
@@ -32,9 +32,9 @@ class IniFile
* 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 boolean m_bListContainUnsavedChanges = false;
+ private final String m_sFilename;
+ private final ArrayList<String> m_aList;
+ private final boolean m_bListContainUnsavedChanges = false;
/**
open a ini file by its name