From 66d031649e8cb1716b7eaac0f7c31956fdbc62ec Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 1 Sep 2014 20:02:01 +0200 Subject: jurt: fix javadoc error: unexpected end tag:

Change-Id: Ie8eb163793dc575558149320dceffcd92bdcfdd4 Reviewed-on: https://gerrit.libreoffice.org/11245 Reviewed-by: Thomas Arnhold Tested-by: Thomas Arnhold --- jurt/com/sun/star/comp/connections/Implementation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jurt/com') 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 { * --> * (with type in lower case, and * service either Acceptor or - * Connector).

+ * Connector). * @param serviceClass the IDL interface type for which to query the * requested service. * @param serviceType must be either Acceptor or -- cgit