Ignore:
Timestamp:
12/09/11 12:55:19 (12 years ago)
Author:
sherbold
Message:
  • fixed some code smells
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/swt/ModelPropertiesDialog.java

    r195 r287  
    2323        private IStochasticProcess process; 
    2424         
    25         protected Object result; 
    2625        protected Shell shlModelProperties; 
    2726 
     
    3837        /** 
    3938         * Open the dialog. 
    40          * @return the result 
    4139         */ 
    42         public Object open() { 
     40        public void open() { 
    4341                createContents(); 
    4442                shlModelProperties.open(); 
     
    5048                        } 
    5149                } 
    52                 return result; 
    5350        } 
    5451 
Note: See TracChangeset for help on using the changeset viewer.