summaryrefslogtreecommitdiff
path: root/jurt/com/sun/star/lib/connections/pipe
diff options
context:
space:
mode:
Diffstat (limited to 'jurt/com/sun/star/lib/connections/pipe')
-rw-r--r--jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.java4
-rw-r--r--jurt/com/sun/star/lib/connections/pipe/pipeConnector.java4
2 files changed, 4 insertions, 4 deletions
diff --git a/jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.java b/jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.java
index a8dd0ad8949d..52e00a441683 100644
--- a/jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.java
+++ b/jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.java
@@ -83,7 +83,7 @@ public final class pipeAcceptor implements XAcceptor {
* <code><var>type</var></code><!--
* -->*(<code><var>key</var>=<var>value</var></code>),
* where <code><var>type</var></code> should be <code>pipe</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 accepting interface (defaults to
@@ -96,7 +96,7 @@ public final class pipeAcceptor implements XAcceptor {
* <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 client.
diff --git a/jurt/com/sun/star/lib/connections/pipe/pipeConnector.java b/jurt/com/sun/star/lib/connections/pipe/pipeConnector.java
index 425128ce267b..95c064ed58a9 100644
--- a/jurt/com/sun/star/lib/connections/pipe/pipeConnector.java
+++ b/jurt/com/sun/star/lib/connections/pipe/pipeConnector.java
@@ -81,7 +81,7 @@ public final class pipeConnector implements XConnector {
* <code><var>type</var></code><!--
* -->*(<code><var>key</var>=<var>value</var></code>),
* where <code><var>type</var></code> should be <code>pipe</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.
@@ -90,7 +90,7 @@ public final class pipeConnector 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.