summaryrefslogtreecommitdiff
path: root/jurt/com/sun/star/lib/connections/socket/socketConnector.java
diff options
context:
space:
mode:
authorrbuj <robert.buj@gmail.com>2014-08-29 14:00:45 +0200
committerNoel Grandin <noelgrandin@gmail.com>2014-08-30 02:42:14 -0500
commitdc64ffbf9e3cf24cebbb454e6b75a0a69656ceb8 (patch)
tree9fa277a96d6a3689a021ff740186234683e1ed6a /jurt/com/sun/star/lib/connections/socket/socketConnector.java
parent59f1e330f0ecbb7d2387c1569c19fd055c162f8f (diff)
jurt: fix some javadoc errors for JDK 8
Change-Id: I998f5796d7a5f10f790a1e861b741c54d0f62c19 Reviewed-on: https://gerrit.libreoffice.org/11191 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'jurt/com/sun/star/lib/connections/socket/socketConnector.java')
-rw-r--r--jurt/com/sun/star/lib/connections/socket/socketConnector.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/jurt/com/sun/star/lib/connections/socket/socketConnector.java b/jurt/com/sun/star/lib/connections/socket/socketConnector.java
index 48d87b71fd93..ce76eaa4723c 100644
--- a/jurt/com/sun/star/lib/connections/socket/socketConnector.java
+++ b/jurt/com/sun/star/lib/connections/socket/socketConnector.java
@@ -86,7 +86,7 @@ public final class socketConnector implements XConnector {
* <code><var>type</var></code><!--
* -->*(<code><var>key</var>=<var>value</var></code>),
* where <code><var>type</var></code> should be <code>socket</code>
- * (ignoring case). Supported keys (ignoring case) currently are
+ * (ignoring case). Supported keys (ignoring case) currently are</p>
* <dl>
* <dt><code>host</code>
* <dd>The name or address of the server. Must be present.
@@ -95,7 +95,7 @@ public final class socketConnector implements XConnector {
* <dt><code>tcpnodelay</code>
* <dd>A flag (<code>0</code>/<code>1</code>) enabling or disabling Nagle's
* algorithm on the resulting connection.
- * </dl></p>
+ * </dl>
*
* @param connectionDescription the description of the connection.
* @return an <code>XConnection</code> to the server.