javaunohelper/com/sun/star/comp/helper/Bootstrap.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 0c2bd5d42fec17767f3e1ab6fb485e6e64aeea98 Author: Stephan Bergmann <[email protected]> Date: Sun Dec 20 11:04:42 2015 +0100 Fix @since tags Change-Id: I0ef45caae00ba056fd5feffb1b393b024775db5e diff --git a/javaunohelper/com/sun/star/comp/helper/Bootstrap.java b/javaunohelper/com/sun/star/comp/helper/Bootstrap.java index 0b99cce..d571114 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 { _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
