summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_forms
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-07-02 13:24:38 +0200
committerCaolán McNamara <caolanm@redhat.com>2012-08-20 12:55:08 +0100
commitbf542dfdba7ec0996bf3a635ea87aeff176d0dc0 (patch)
treeb82f3e01ea88be1aebc30840545ba798d52b76a0 /qadevOOo/tests/java/mod/_forms
parent360f566cf91b2b78a39512ce0f87f5375f7e0479 (diff)
Java update - cleanup javadoc @see tags
Change-Id: Ibe162afcf95682286e1a66a8029dd4b1d6ad7cfc
Diffstat (limited to 'qadevOOo/tests/java/mod/_forms')
-rw-r--r--qadevOOo/tests/java/mod/_forms/OEditControl.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_forms/OEditControl.java b/qadevOOo/tests/java/mod/_forms/OEditControl.java
index e7f84e055794..d60ec11a4adc 100644
--- a/qadevOOo/tests/java/mod/_forms/OEditControl.java
+++ b/qadevOOo/tests/java/mod/_forms/OEditControl.java
@@ -154,13 +154,13 @@ public class OEditControl extends TestCase {
* {@link ifc.awt._XWindow} : the controller of another
* component. </li>
* <li> <code>'Win1'</code> for
- * {@link ifc.form.XChangeBroadcaster} : the window (controller)
+ * {@link ifc.form._XChangeBroadcaster} : the window (controller)
* of the tested component. </li>
* <li> <code>'Win2'</code> for
- * {@link ifc.form.XChangeBroadcaster} : the window (controller)
+ * {@link ifc.form._XChangeBroadcaster} : the window (controller)
* of another component. </li>
* <li> <code>'CONTROL'</code> for
- * {@link ifc.form.XChangeBroadcaster} : the controller
+ * {@link ifc.form._XChangeBroadcaster} : the controller
* of another component. </li>
* </ul>
*/