summaryrefslogtreecommitdiff
path: root/javaunohelper/com
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-06-16 22:15:01 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-06-16 22:15:01 -0500
commit8ad1366237db65a0376ac19b003e587b8ea12e9c (patch)
tree0edb9c8afbd74d9d7ca1cc788a95795b17e66284 /javaunohelper/com
parent8804ae404d33d907d187758f44e4a9ef124c13cd (diff)
silence a couple of javadoc warnings
Diffstat (limited to 'javaunohelper/com')
-rw-r--r--javaunohelper/com/sun/star/comp/helper/Bootstrap.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/javaunohelper/com/sun/star/comp/helper/Bootstrap.java b/javaunohelper/com/sun/star/comp/helper/Bootstrap.java
index d954f0368..3156bbabb 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 )