diff options
author | rbuj <robert.buj@gmail.com> | 2014-09-01 20:02:01 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-09-02 02:09:45 -0500 |
commit | 66d031649e8cb1716b7eaac0f7c31956fdbc62ec (patch) | |
tree | 405cb15f8e84bea7a94a65b213078d3be4f20f09 /jurt/com/sun | |
parent | 91853c8264ee32e8d3741495a02ce077a61b4add (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/com/sun')
-rw-r--r-- | jurt/com/sun/star/comp/connections/Implementation.java | 2 |
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 |