summaryrefslogtreecommitdiff
path: root/javaunohelper
diff options
context:
space:
mode:
authorrbuj <robert.buj@gmail.com>2014-09-06 15:45:18 +0200
committerNoel Grandin <noelgrandin@gmail.com>2014-09-07 13:04:19 -0500
commit72510082086d66647cd68c76afcc47255bc5da4c (patch)
treea9123c891336a7a1204c095c10c6254642a185ee /javaunohelper
parentda3b039d41298b2c85ccf632577eb0e5699c76b8 (diff)
javaunohelper: fix javadoc error: unknown tag: attention (Doxygen)
Change-Id: Idd1d92699cab0ccb26b95e9d5392c6fc7a8a2aa6 Reviewed-on: https://gerrit.libreoffice.org/11308 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'javaunohelper')
-rw-r--r--javaunohelper/com/sun/star/lib/uno/helper/Factory.java5
1 files changed, 3 insertions, 2 deletions
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.
+ <p>
+ Note: This factory implementation does not support lang.XSingleServiceFactory.
+ </p>
*/
public class Factory
extends ComponentBase