- 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/ModelPropertiesDialog.java
r195 r287 23 23 private IStochasticProcess process; 24 24 25 protected Object result;26 25 protected Shell shlModelProperties; 27 26 … … 38 37 /** 39 38 * Open the dialog. 40 * @return the result41 39 */ 42 public Objectopen() {40 public void open() { 43 41 createContents(); 44 42 shlModelProperties.open(); … … 50 48 } 51 49 } 52 return result;53 50 } 54 51
Note: See TracChangeset
for help on using the changeset viewer.