summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/graphical/Tolerance.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/graphical/Tolerance.java')
-rw-r--r--qadevOOo/runner/graphical/Tolerance.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/graphical/Tolerance.java b/qadevOOo/runner/graphical/Tolerance.java
index 80857168de7d..647dfb750760 100644
--- a/qadevOOo/runner/graphical/Tolerance.java
+++ b/qadevOOo/runner/graphical/Tolerance.java
@@ -20,7 +20,7 @@ package graphical;
public class Tolerance
{
- private int m_nTolerance;
+ private final int m_nTolerance;
public Tolerance(int _nAccept)
{
m_nTolerance = _nAccept;