trailing spaces removed

cusax-fix
Yana Stamcheva 19 years ago
parent 3ac2eb4b52
commit 025e40bea2

@ -46,7 +46,7 @@ public SIPCommMenu()
*/
public SIPCommMenu(String text)
{
super(text);
super(text);
}
/**
@ -55,7 +55,7 @@ public SIPCommMenu(String text)
* @param text The text of the item.
* @param icon The icon of the item.
* @param actionListener The <tt>ActionListener</tt>, which handles the
* case, when the item is selected.
* case, when the item is selected.
*/
public void addItem(String text, Icon icon, ActionListener actionListener)
{

Loading…
Cancel
Save