diff --git a/src/net/java/sip/communicator/impl/gui/main/customcontrols/SIPCommTabbedPane.java b/src/net/java/sip/communicator/impl/gui/main/customcontrols/SIPCommTabbedPane.java index 5e903c6f1..d905bee39 100644 --- a/src/net/java/sip/communicator/impl/gui/main/customcontrols/SIPCommTabbedPane.java +++ b/src/net/java/sip/communicator/impl/gui/main/customcontrols/SIPCommTabbedPane.java @@ -305,7 +305,6 @@ public synchronized void removePopupOutsideListener( * the index of a tab, usually the tab over which the mouse is * * @see #addCloseListener - * @see EventListenerList */ public void fireCloseTabEvent(MouseEvent e, int overTabIndex) { this.overTabIndex = overTabIndex; @@ -330,7 +329,6 @@ public void fireCloseTabEvent(MouseEvent e, int overTabIndex) { * the index of a tab, usually the tab over which the mouse is * * @see #addMaxListener - * @see EventListenerList */ public void fireMaxTabEvent(MouseEvent e, int overTabIndex) { this.overTabIndex = overTabIndex; @@ -355,7 +353,6 @@ public void fireMaxTabEvent(MouseEvent e, int overTabIndex) { * the index of a tab, usually the tab over which the mouse is * * @see #addDoubleClickListener - * @see EventListenerList */ public void fireDoubleClickTabEvent(MouseEvent e, int overTabIndex) { this.overTabIndex = overTabIndex; @@ -377,8 +374,7 @@ public void fireDoubleClickTabEvent(MouseEvent e, int overTabIndex) { * @param e * the MouseEvent to be sent * - * @see #addPopupOutsideListener - * @see EventListenerList + * @see #addPopupOutsideListener */ public void firePopupOutsideTabEvent(MouseEvent e) { this.overTabIndex = -1;