- Timestamp:
- 12/09/11 12:55:19 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/swt/CommandHistoryDialog.java
r226 r287 36 36 37 37 protected List commandHistoryList; 38 protected Object result;39 38 protected Shell shell; 40 39 … … 55 54 /** 56 55 * Open the dialog. 57 * @return the result58 56 */ 59 public Objectopen() {57 public void open() { 60 58 createContents(); 61 59 shell.open(); … … 68 66 } 69 67 } 70 return result;71 68 } 72 69
Note: See TracChangeset
for help on using the changeset viewer.