summaryrefslogtreecommitdiff
path: root/framework/qa/complex/XUserInputInterception/EventTest.java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-11-18 10:01:21 +0200
committerNoel Grandin <noel@peralex.com>2014-11-18 12:44:28 +0200
commit0063cf285696951e336b9cec1da8881997b286ce (patch)
treebe70dfd8127c35f9e4a6d18d4db459a587813bf4 /framework/qa/complex/XUserInputInterception/EventTest.java
parent250391009aec9930abcc57930ddd4b6f56f4df9c (diff)
java: make fields final where possible
found by PMD Change-Id: I87780366119c141cd2dafe6ca1bf2d9798b10aec
Diffstat (limited to 'framework/qa/complex/XUserInputInterception/EventTest.java')
-rw-r--r--framework/qa/complex/XUserInputInterception/EventTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/qa/complex/XUserInputInterception/EventTest.java b/framework/qa/complex/XUserInputInterception/EventTest.java
index 350a2216e5d1..0efb10c2dc9a 100644
--- a/framework/qa/complex/XUserInputInterception/EventTest.java
+++ b/framework/qa/complex/XUserInputInterception/EventTest.java
@@ -406,11 +406,11 @@ public class EventTest {
* represents an <CODE>EventType</CODE>
* @see EventTest.EventTriggerType
*/
- private int eventType = 0;
+ private final int eventType;
/**
* represents a <CODE>XModel</CODE> of a document
*/
- private XModel xModel = null;
+ private final XModel xModel;
/**
* Creates an instacne of this class. The parameter <CODE>eType</CODE> represents