Changeset 12045


Ignore:
Timestamp:
2006-07-07T09:42:45+12:00 (18 years ago)
Author:
mdewsnip
Message:

(FindBugs) Removed empty if statement.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/gui/tree/DragTree.java

    r11622 r12045  
    171171     */
    172172    public void dragDropEnd(DragSourceDropEvent event) {
    173     if(event.getDropSuccess()) {
    174         // Do whatever I do when the drop is successful.
    175     }
    176     }
     173    }
     174
    177175    /** Any implementation of DragSourceListener must include this method so we can be notified when the drag focus enters this component.
    178176     * @param event A <strong>DragSourceDragEvent</strong> containing all the information
Note: See TracChangeset for help on using the changeset viewer.