[Libreoffice-commits] core.git: jurt/com
rbuj
robert.buj at gmail.com
Tue Sep 2 00:10:09 PDT 2014
jurt/com/sun/star/comp/connections/Implementation.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 66d031649e8cb1716b7eaac0f7c31956fdbc62ec
Author: rbuj <robert.buj at gmail.com>
Date: Mon Sep 1 20:02:01 2014 +0200
jurt: fix javadoc error: unexpected end tag: </p>
Change-Id: Ie8eb163793dc575558149320dceffcd92bdcfdd4
Reviewed-on: https://gerrit.libreoffice.org/11245
Reviewed-by: Thomas Arnhold <thomas at arnhold.org>
Tested-by: Thomas Arnhold <thomas at arnhold.org>
diff --git a/jurt/com/sun/star/comp/connections/Implementation.java b/jurt/com/sun/star/comp/connections/Implementation.java
index 49aba66..6dfea58 100644
--- a/jurt/com/sun/star/comp/connections/Implementation.java
+++ b/jurt/com/sun/star/comp/connections/Implementation.java
@@ -40,7 +40,7 @@ final class Implementation {
* --></code>
* (with <code><var>type</var></code> in lower case, and
* <code><var>service</var></code> either <code>Acceptor</code> or
- * <code>Connector</code>).</p>
+ * <code>Connector</code>).
* @param serviceClass the IDL interface type for which to query the
* requested service.
* @param serviceType must be either <code>Acceptor</code> or
More information about the Libreoffice-commits
mailing list