Skip to content

Commit

Permalink
Small cleanup of SWTRipperMonitor
Browse files Browse the repository at this point in the history
  • Loading branch information
gabegorelick committed Apr 9, 2011
1 parent 2a90afc commit 9564d80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/edu/umd/cs/guitar/ripper/SWTRipperMonitor.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,13 @@
import edu.umd.cs.guitar.event.EventManager;
import edu.umd.cs.guitar.event.GEvent;
import edu.umd.cs.guitar.event.SWTActionEDT;
import edu.umd.cs.guitar.event.SWTEventHandler;
import edu.umd.cs.guitar.model.GComponent;
import edu.umd.cs.guitar.model.GUITARConstants;
import edu.umd.cs.guitar.model.GWindow;
import edu.umd.cs.guitar.model.SWTApplication;
import edu.umd.cs.guitar.model.SWTConstants;
import edu.umd.cs.guitar.model.SWTWidget;
import edu.umd.cs.guitar.model.SWTWindow;
import edu.umd.cs.guitar.model.swtwidgets.SWTWidget;
import edu.umd.cs.guitar.util.GUITARLog;

/**
Expand Down Expand Up @@ -271,6 +270,8 @@ public boolean isIgnoredWindow(GWindow window) {
public void expandGUI(GComponent component) {
GEvent action = new SWTActionEDT();
action.perform(component, null);

// no need to wait for action, perform blocks until complete
}

/**
Expand Down

0 comments on commit 9564d80

Please sign in to comment.