summaryrefslogtreecommitdiff
path: root/smoketest/com/sun
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-07 09:21:00 +0200
committerNoel Grandin <noel@peralex.com>2014-08-12 09:41:31 +0200
commit5656fe58a0e2083be45c0b9ca7aff41054d7146a (patch)
tree175b0052de6f182a78c2c1cbc370cbc86c07593c /smoketest/com/sun
parent1c496506bc0d720241e5f9877681197e3b6d576a (diff)
java: fix broken javadoc tags
Change-Id: I43d25ba49b758739ee8dc891b0db3e527004ec8b
Diffstat (limited to 'smoketest/com/sun')
-rw-r--r--smoketest/com/sun/star/comp/smoketest/TestExtension.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/smoketest/com/sun/star/comp/smoketest/TestExtension.java b/smoketest/com/sun/star/comp/smoketest/TestExtension.java
index ed57f2f96e8d..44be2a734cf4 100644
--- a/smoketest/com/sun/star/comp/smoketest/TestExtension.java
+++ b/smoketest/com/sun/star/comp/smoketest/TestExtension.java
@@ -41,8 +41,6 @@ public class TestExtension {
"com.sun.star.comp.smoketest.TestExtension";
/** The constructor of the inner class has a XMultiServiceFactory parameter.
- * @param xmultiservicefactoryInitialization A special service factory
- * could be introduced while initializing.
*/
public _TestExtension() {
}
@@ -119,7 +117,7 @@ public class TestExtension {
* directly after its creation.
* @param object This array of arbitrary objects will be passed to the
* component after its creation.
- * @throws Exception Every exception will not be handled, but will be
+ * @throws com.sun.star.uno.Exception Every exception will not be handled, but will be
* passed to the caller.
*/
public void initialize( Object[] object )