Kaydet (Commit) ee82777c authored tarafından rbuj's avatar rbuj Kaydeden (comit) Thomas Arnhold

wizards: fix javadoc error: text not allowed in <ul> element

Change-Id: Ic50f9618c2649fe3e0fbbf2db6a09ea2e1d4c810
Reviewed-on: https://gerrit.libreoffice.org/11239Reviewed-by: 's avatarThomas Arnhold <thomas@arnhold.org>
Tested-by: 's avatarThomas Arnhold <thomas@arnhold.org>
üst a4a6153e
......@@ -32,8 +32,8 @@ import java.util.HashMap;
* To use this class do the following:<br/>
* <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>In the even methods, use invoke(...).</li>
* <li>When instantiating 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>
* </ul>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment