summaryrefslogtreecommitdiff
path: root/jurt
diff options
context:
space:
mode:
authorrbuj <robert.buj@gmail.com>2014-09-01 20:02:01 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-09-02 02:09:45 -0500
commit66d031649e8cb1716b7eaac0f7c31956fdbc62ec (patch)
tree405cb15f8e84bea7a94a65b213078d3be4f20f09 /jurt
parent91853c8264ee32e8d3741495a02ce077a61b4add (diff)
jurt: fix javadoc error: unexpected end tag: </p>
Change-Id: Ie8eb163793dc575558149320dceffcd92bdcfdd4 Reviewed-on: https://gerrit.libreoffice.org/11245 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'jurt')
-rw-r--r--jurt/com/sun/star/comp/connections/Implementation.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/jurt/com/sun/star/comp/connections/Implementation.java b/jurt/com/sun/star/comp/connections/Implementation.java
index 49aba665d6fa..6dfea589240e 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