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

Legend:

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

    r195 r287  
    1414public class AboutDialog extends Dialog { 
    1515 
    16         protected Object result; 
    1716        protected Shell shlAboutEventbenchconsole; 
    1817        private final FormToolkit formToolkit = new FormToolkit(Display.getDefault()); 
     
    3029        /** 
    3130         * Open the dialog. 
    32          * @return the result 
    3331         */ 
    34         public Object open() { 
     32        public void open() { 
    3533                createContents(); 
    3634                shlAboutEventbenchconsole.open(); 
     
    4240                        } 
    4341                } 
    44                 return result; 
    4542        } 
    4643 
Note: See TracChangeset for help on using the changeset viewer.