related tdf#86784: fix since string for new API

Change-Id: I36185eb04864da497d3c3ebf3ddddfe95f732b36
diff --git a/javaunohelper/com/sun/star/comp/helper/Bootstrap.java b/javaunohelper/com/sun/star/comp/helper/Bootstrap.java
index 475b84b..17e0d6d 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.1.0
     * @since LibreOffice 5.1
     */
    public static final String[] getDefaultOptions()
    {
@@ -289,7 +289,7 @@ public class Bootstrap {
     * @see #getDefaultOptions()
     * @return a bootstrapped component context.
     *
     * @since UDK 5.1.0
     * @since LibreOffice 5.1
     */
    public static final XComponentContext bootstrap( String[] argArray )
        throws BootstrapException {