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>
This commit is contained in:
rbuj
2014-08-29 14:00:45 +02:00
committed by Noel Grandin
parent 59f1e330f0
commit dc64ffbf9e
5 changed files with 10 additions and 10 deletions

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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