diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-07 09:21:00 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-12 09:41:31 +0200 |
commit | 5656fe58a0e2083be45c0b9ca7aff41054d7146a (patch) | |
tree | 175b0052de6f182a78c2c1cbc370cbc86c07593c /toolkit/test | |
parent | 1c496506bc0d720241e5f9877681197e3b6d576a (diff) |
java: fix broken javadoc tags
Change-Id: I43d25ba49b758739ee8dc891b0db3e527004ec8b
Diffstat (limited to 'toolkit/test')
-rw-r--r-- | toolkit/test/accessibility/ov/ObjectView.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/test/accessibility/ov/ObjectView.java b/toolkit/test/accessibility/ov/ObjectView.java index fa128c85ad3a..9004fe642527 100644 --- a/toolkit/test/accessibility/ov/ObjectView.java +++ b/toolkit/test/accessibility/ov/ObjectView.java @@ -63,7 +63,7 @@ abstract public class ObjectView } /** Tell the view to display information for a new accessible object. - @param xObject + @param xContext The given object may be null. A typical behaviour in this case would be to display a blank area. But is also possible to show information about the last object. |