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>
This commit is contained in:
rbuj
2014-09-06 15:45:18 +02:00
committed by Noel Grandin
parent da3b039d41
commit 7251008208

View File

@@ -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