From 5656fe58a0e2083be45c0b9ca7aff41054d7146a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 7 Aug 2014 09:21:00 +0200 Subject: java: fix broken javadoc tags Change-Id: I43d25ba49b758739ee8dc891b0db3e527004ec8b --- smoketest/com/sun/star/comp/smoketest/TestExtension.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'smoketest') 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 ) -- cgit