[Libreoffice-commits] core.git: jurt/com

rbuj robert.buj at gmail.com
Sat Aug 30 00:42:43 PDT 2014


 jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.java      |    4 ++--
 jurt/com/sun/star/lib/connections/pipe/pipeConnector.java     |    4 ++--
 jurt/com/sun/star/lib/connections/socket/socketAcceptor.java  |    4 ++--
 jurt/com/sun/star/lib/connections/socket/socketConnector.java |    4 ++--
 jurt/com/sun/star/lib/uno/environments/remote/Message.java    |    4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

New commits:
commit dc64ffbf9e3cf24cebbb454e6b75a0a69656ceb8
Author: rbuj <robert.buj at gmail.com>
Date:   Fri Aug 29 14:00:45 2014 +0200

    jurt: fix some javadoc errors for JDK 8
    
    Change-Id: I998f5796d7a5f10f790a1e861b741c54d0f62c19
    Reviewed-on: https://gerrit.libreoffice.org/11191
    Reviewed-by: Noel Grandin <noelgrandin at gmail.com>
    Tested-by: Noel Grandin <noelgrandin at gmail.com>

diff --git a/jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.java b/jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.java
index a8dd0ad..52e00a4 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 425128c..95c064e 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 22dbfa4..4902d52 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 48d87b7..ce76eaa 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 f679d76..cfdd1f3 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– {
      * }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– {
      * }out
      * arguments for a reply that represents normal termination (possibly
      * <code>null</code> for a parameterless function), <code>null</code> for a


More information about the Libreoffice-commits mailing list