summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_fwl
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/_fwl
parent360f566cf91b2b78a39512ce0f87f5375f7e0479 (diff)
Java update - cleanup javadoc @see tags
Change-Id: Ibe162afcf95682286e1a66a8029dd4b1d6ad7cfc
Diffstat (limited to 'qadevOOo/tests/java/mod/_fwl')
-rw-r--r--qadevOOo/tests/java/mod/_fwl/SubstituteVariables.java2
-rw-r--r--qadevOOo/tests/java/mod/_fwl/TypeDetection.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/mod/_fwl/SubstituteVariables.java b/qadevOOo/tests/java/mod/_fwl/SubstituteVariables.java
index da1ff2b55ab1..6611333cb198 100644
--- a/qadevOOo/tests/java/mod/_fwl/SubstituteVariables.java
+++ b/qadevOOo/tests/java/mod/_fwl/SubstituteVariables.java
@@ -41,7 +41,7 @@ import com.sun.star.uno.XInterface;
* <li> <code>com::sun::star::lang::XMultiServiceFactory</code></li>
* </ul> <p>
*
- * @see com::sun::star::util::XStringSubstitution
+ * @see com.sun.star.util.XStringSubstitution
* @see ifc.util._XStringSubstitution
*/
public class SubstituteVariables extends TestCase {
diff --git a/qadevOOo/tests/java/mod/_fwl/TypeDetection.java b/qadevOOo/tests/java/mod/_fwl/TypeDetection.java
index c67e6cef1b12..6152283b4ac3 100644
--- a/qadevOOo/tests/java/mod/_fwl/TypeDetection.java
+++ b/qadevOOo/tests/java/mod/_fwl/TypeDetection.java
@@ -66,7 +66,7 @@ import util.SOfficeFactory;
* @see ifc.container._XNameContainer
* @see ifc.container._XNameReplace
* @see ifc.document._XTypeDetection
- * @see ifc.util.XFlushable
+ * @see ifc.util._XFlushable
*/
public class TypeDetection extends TestCase {