diff options
author | Noel Grandin <noel@peralex.com> | 2014-10-16 13:02:45 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-10-17 08:26:21 +0200 |
commit | 03c7c26cbe7d75f103515e62dc39103f11d4637f (patch) | |
tree | d2e3e75fd84ce6fcb58c3ccbb59d5a1a62990c47 /framework | |
parent | 12b01b920f42666db84c8be1c9b6fd89a86eea4e (diff) |
java: final fields that can be static
Change-Id: I8c06be7bc0b8a38c662209f0de72a00550e25447
Diffstat (limited to 'framework')
-rw-r--r-- | framework/qa/complex/XUserInputInterception/EventTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qa/complex/XUserInputInterception/EventTest.java b/framework/qa/complex/XUserInputInterception/EventTest.java index 24a78cb13711..350a2216e5d1 100644 --- a/framework/qa/complex/XUserInputInterception/EventTest.java +++ b/framework/qa/complex/XUserInputInterception/EventTest.java @@ -85,7 +85,7 @@ public class EventTest { * define the miliseconds to wait until a <CODE>EventTrigger</CODE> thread should * be finished with its work */ - final int m_threadWait = 3000; + static final int m_threadWait = 3000; // test environment |