ridljar/com/sun/star/lib/uno/helper/UnoUrl.java |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 136fbdec2cd3b3364c6d054793bdcb3b32d562eb
Author:     Caolán McNamara <caolan.mcnam...@collabora.com>
AuthorDate: Fri Sep 1 10:46:58 2023 +0100
Commit:     Caolán McNamara <caolan.mcnam...@collabora.com>
CommitDate: Fri Sep 1 21:28:38 2023 +0200

    prefix the UNO-Url example with recommended 'uno:'
    
    as http://www.openoffice.org/udk/common/man/spec/uno-url.html suggests.
    
    Change-Id: Ifce9a9944f1a25bc0b6f89e5cec127a22bc6f990
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156399
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com>

diff --git a/ridljar/com/sun/star/lib/uno/helper/UnoUrl.java 
b/ridljar/com/sun/star/lib/uno/helper/UnoUrl.java
index 8bb4d26432d9..22ea695f5bc4 100644
--- a/ridljar/com/sun/star/lib/uno/helper/UnoUrl.java
+++ b/ridljar/com/sun/star/lib/uno/helper/UnoUrl.java
@@ -46,7 +46,7 @@ import java.util.HashMap;
  * Usage:
  *
  * <code>
- *   UnoUrl url = 
UnoUrl.parseUnoUrl("socket,host=localhost,port=2002;urp;StarOffice.ServiceManager");
+ *   UnoUrl url = 
UnoUrl.parseUnoUrl("uno:socket,host=localhost,port=2002;urp;StarOffice.ServiceManager");
  * </code>
  */
 public class UnoUrl {

Reply via email to