From 72510082086d66647cd68c76afcc47255bc5da4c Mon Sep 17 00:00:00 2001 From: rbuj Date: Sat, 6 Sep 2014 15:45:18 +0200 Subject: javaunohelper: fix javadoc error: unknown tag: attention (Doxygen) Change-Id: Idd1d92699cab0ccb26b95e9d5392c6fc7a8a2aa6 Reviewed-on: https://gerrit.libreoffice.org/11308 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- javaunohelper/com/sun/star/lib/uno/helper/Factory.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'javaunohelper') diff --git a/javaunohelper/com/sun/star/lib/uno/helper/Factory.java b/javaunohelper/com/sun/star/lib/uno/helper/Factory.java index a8b50a2b7a56..f136561427c2 100644 --- a/javaunohelper/com/sun/star/lib/uno/helper/Factory.java +++ b/javaunohelper/com/sun/star/lib/uno/helper/Factory.java @@ -29,8 +29,9 @@ import com.sun.star.uno.UnoRuntime; /** Factory helper class supporting com.sun.star.lang.XServiceInfo and com.sun.star.lang.XSingleComponentFactory. - @attention - This factory implementation does not support lang.XSingleServiceFactory. +

+ Note: This factory implementation does not support lang.XSingleServiceFactory. +

*/ public class Factory extends ComponentBase -- cgit