diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-12-20 11:04:42 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-12-20 11:04:42 +0100 |
commit | 0c2bd5d42fec17767f3e1ab6fb485e6e64aeea98 (patch) | |
tree | 4fa87dc0611f85d4f3c1ea9505208f85897875be | |
parent | 1e840cc7c2b1cfac6f2935e6929d234464eac3ee (diff) |
Fix @since tags
Change-Id: I0ef45caae00ba056fd5feffb1b393b024775db5e
-rw-r--r-- | javaunohelper/com/sun/star/comp/helper/Bootstrap.java | 4 |
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 0b99ccecbcaa..d5711144bc9e 100644 --- a/javaunohelper/com/sun/star/comp/helper/Bootstrap.java +++ b/javaunohelper/com/sun/star/comp/helper/Bootstrap.java @@ -106,7 +106,7 @@ public class Bootstrap { * * @return an array of default commandline options * @see #bootstrap( String[] ) - * @since UDK 5.2.0 + * @since LibreOffice 5.2 */ public static final String[] getDefaultOptions() { @@ -289,7 +289,7 @@ public class Bootstrap { * @see #getDefaultOptions() * @return a bootstrapped component context. * - * @since UDK 5.2.0 + * @since LibreOffice 5.2 */ public static final XComponentContext bootstrap( String[] argArray ) throws BootstrapException { |