summaryrefslogtreecommitdiffstats
path: root/toolkit/test/accessibility/ContextEventHandler.java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-06 08:55:09 +0200
committerNoel Grandin <noel@peralex.com>2014-08-12 09:41:28 +0200
commit0477e6c39b7ce8b7f6560fbf222c19fe4f358dc8 (patch)
tree218eba20dd23c6a865cf01aa7532bf1261a69bc8 /toolkit/test/accessibility/ContextEventHandler.java
parentjava: remove unused parameters (diff)
downloadcore-0477e6c39b7ce8b7f6560fbf222c19fe4f358dc8.tar.gz
core-0477e6c39b7ce8b7f6560fbf222c19fe4f358dc8.zip
java: add @Override annotation to overriding methods
Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
Diffstat (limited to 'toolkit/test/accessibility/ContextEventHandler.java')
-rw-r--r--toolkit/test/accessibility/ContextEventHandler.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolkit/test/accessibility/ContextEventHandler.java b/toolkit/test/accessibility/ContextEventHandler.java
index a9095e05c314..12ffd0648ce6 100644
--- a/toolkit/test/accessibility/ContextEventHandler.java
+++ b/toolkit/test/accessibility/ContextEventHandler.java
@@ -32,6 +32,7 @@ class ContextEventHandler
super (aEvent, aTreeModel);
}
+ @Override
public void PrintOldAndNew (PrintStream out)
{
switch (mnEventId)
@@ -61,6 +62,7 @@ class ContextEventHandler
}
+ @Override
public void Process ()
{
maTreeModel.updateNode (mxEventSource, AccessibleContextHandler.class);