[Libreoffice-commits] .: javaunohelper/com
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Thu Jun 16 20:15:08 PDT 2011
javaunohelper/com/sun/star/comp/helper/Bootstrap.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 8ad1366237db65a0376ac19b003e587b8ea12e9c
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Thu Jun 16 22:15:01 2011 -0500
silence a couple of javadoc warnings
diff --git a/javaunohelper/com/sun/star/comp/helper/Bootstrap.java b/javaunohelper/com/sun/star/comp/helper/Bootstrap.java
index d954f03..3156bba 100644
--- a/javaunohelper/com/sun/star/comp/helper/Bootstrap.java
+++ b/javaunohelper/com/sun/star/comp/helper/Bootstrap.java
@@ -163,7 +163,7 @@ public class Bootstrap {
/** Bootstraps the initial component context from a native UNO installation.
- @see cppuhelper/defaultBootstrap_InitialComponentContext()
+ @see "cppuhelper/defaultBootstrap_InitialComponentContext()"
*/
static public final XComponentContext defaultBootstrap_InitialComponentContext()
throws Exception
@@ -177,7 +177,7 @@ public class Bootstrap {
@param bootstrap_parameters
bootstrap parameters (maybe null)
- @see cppuhelper/defaultBootstrap_InitialComponentContext()
+ @see "cppuhelper/defaultBootstrap_InitialComponentContext()"
*/
static public final XComponentContext defaultBootstrap_InitialComponentContext(
String ini_file, Hashtable bootstrap_parameters )
More information about the Libreoffice-commits
mailing list