wizards/com/sun/star/wizards/ui/event/AbstractListener.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 219ee12ffa5982b3ce4c6889193e197640e15756 Author: rbuj <robert....@gmail.com> Date: Mon Sep 1 17:25:47 2014 +0200 wizards: fix javadoc error: unknown tag: list Change-Id: I293b4fc2c2e0ff4fd591389419f36f04e87c59a1 Reviewed-on: https://gerrit.libreoffice.org/11235 Reviewed-by: Thomas Arnhold <tho...@arnhold.org> Tested-by: Thomas Arnhold <tho...@arnhold.org> diff --git a/wizards/com/sun/star/wizards/ui/event/AbstractListener.java b/wizards/com/sun/star/wizards/ui/event/AbstractListener.java index 0a20583..690d51f 100644 --- a/wizards/com/sun/star/wizards/ui/event/AbstractListener.java +++ b/wizards/com/sun/star/wizards/ui/event/AbstractListener.java @@ -30,13 +30,13 @@ import java.util.HashMap; * This class is a base class for listener classes. * It uses a hashtable to map between a ComponentName, EventName and a MethodInvokation Object. * To use this class do the following:<br/> - * <list> + * <ul> * <li>Write a subclass which implements the needed Listener(s).</li> * in the even methods, use invoke(...). * <li>When instanciating the component, register the subclass as the event listener.</li> * <li>Write the methods which should be performed when the event occurs.</li> * <li>call the "add" method, to define a component-event-action mapping.</li> - * </list> + * </ul> */ public class AbstractListener { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits