summaryrefslogtreecommitdiff
path: root/jurt
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
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')
-rw-r--r--jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.java4
-rw-r--r--jurt/com/sun/star/lib/connections/pipe/pipeConnector.java4
-rw-r--r--jurt/com/sun/star/lib/connections/socket/socketAcceptor.java4
-rw-r--r--jurt/com/sun/star/lib/connections/socket/socketConnector.java4
-rw-r--r--jurt/com/sun/star/lib/uno/environments/remote/Message.java4
5 files changed, 10 insertions, 10 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.
diff --git a/jurt/com/sun/star/lib/connections/socket/socketAcceptor.java b/jurt/com/sun/star/lib/connections/socket/socketAcceptor.java
index 22dbfa4737bd..4902d52b9f3f 100644
--- a/jurt/com/sun/star/lib/connections/socket/socketAcceptor.java
+++ b/jurt/com/sun/star/lib/connections/socket/socketAcceptor.java
@@ -88,7 +88,7 @@ public final class socketAcceptor implements XAcceptor {
* <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 accepting interface (defaults to
@@ -101,7 +101,7 @@ public final class socketAcceptor 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/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.
diff --git a/jurt/com/sun/star/lib/uno/environments/remote/Message.java b/jurt/com/sun/star/lib/uno/environments/remote/Message.java
index f679d76b41bc..cfdd1f32ceda 100644
--- a/jurt/com/sun/star/lib/uno/environments/remote/Message.java
+++ b/jurt/com/sun/star/lib/uno/environments/remote/Message.java
@@ -161,9 +161,9 @@ public class Message {
* <p>Valid only for request messages and reply messages that represent
* normal termination. Any returned array must not be modified.</p>
*
- * @return the in and in&ndash {
+ * @return the in and in&ndash; {
* }out arguments for a request (possibly
- * <code>null</code> for a paramterless function), the out and in&dash {
+ * <code>null</code> for a paramterless function), the out and in&ndash; {
* }out
* arguments for a reply that represents normal termination (possibly
* <code>null</code> for a parameterless function), <code>null</code> for a