summaryrefslogtreecommitdiffstats
path: root/framework/qa/complex/XUserInputInterception/EventTest.java
diff options
context:
space:
mode:
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 2479b3203aee..9737bbe7cc8a 100644
--- a/framework/qa/complex/XUserInputInterception/EventTest.java
+++ b/framework/qa/complex/XUserInputInterception/EventTest.java
@@ -327,7 +327,7 @@ public class EventTest {
* Listener which added and its method must be called
* on <code>keyPressed</code> and <code>keyReleased</code> call.
*/
- public class MyKeyHandler implements XKeyHandler {
+ private class MyKeyHandler implements XKeyHandler {
/**
* This event sets the member <code>m_keyPressed</coed> to
* <code>true</code>
@@ -363,7 +363,7 @@ public class EventTest {
* Listener which added and its method must be called
* on <code>mousePressed</code> and <code>mouseReleased</code> call.
*/
- public class MyMouseClickHandler implements XMouseClickHandler {
+ private class MyMouseClickHandler implements XMouseClickHandler {
/**
* This event sets the member <code>m_mousePressed</coed> to
* <code>true</code>