From ee69514c847a61955e2d236199385403abe54e05 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Thu, 10 Mar 2016 23:37:18 +0100 Subject: javadoc is HTML 4, not xhtml or html5, so
is not allowed Change-Id: I0da91e0f6cb7fca09cb5ae08f6d3ef13829653d9 --- bean/com/sun/star/comp/beans/LocalOfficeConnection.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bean') diff --git a/bean/com/sun/star/comp/beans/LocalOfficeConnection.java b/bean/com/sun/star/comp/beans/LocalOfficeConnection.java index 12f14587eeaf..5c67e905a5f1 100644 --- a/bean/com/sun/star/comp/beans/LocalOfficeConnection.java +++ b/bean/com/sun/star/comp/beans/LocalOfficeConnection.java @@ -122,8 +122,8 @@ public class LocalOfficeConnection * Constructor. * Sets up paths to the office application and native libraries if * values are available in OFFICE_PROP_FILE in the user - * home directory.
- * "com.sun.star.beans.path" - the office application directory;
+ * home directory.
+ * "com.sun.star.beans.path" - the office application directory;
* "com.sun.star.beans.libpath" - native libraries directory. */ public LocalOfficeConnection() @@ -156,7 +156,7 @@ public class LocalOfficeConnection /** * Sets a connection URL. - * This implementation accepts a UNO URL with following format:
+ * This implementation accepts a UNO URL with following format:
*
      * url    := uno:localoffice[,<params>];urp;StarOffice.ServiceManager
      * params := <path>[,<pipe>]
@@ -457,7 +457,7 @@ public class LocalOfficeConnection
 
     /**
      * Parses a connection URL.
-     * This method accepts a UNO URL with following format:
+ * This method accepts a UNO URL with following format:
*
      * url    := uno:localoffice[,<params>];urp;StarOffice.NamingService
      * params := <path>[,<pipe>]
-- 
cgit