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/CommandHistoryDialog.java

    r226 r287  
    3636         
    3737        protected List commandHistoryList; 
    38         protected Object result; 
    3938        protected Shell shell; 
    4039         
     
    5554        /** 
    5655         * Open the dialog. 
    57          * @return the result 
    5856         */ 
    59         public Object open() { 
     57        public void open() { 
    6058                createContents(); 
    6159                shell.open(); 
     
    6866                        } 
    6967                } 
    70                 return result; 
    7168        } 
    7269 
Note: See TracChangeset for help on using the changeset viewer.