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

    r230 r287  
    2121public class EditSequenceDialog extends Dialog { 
    2222 
    23         protected Object result; 
    2423        protected Shell shell; 
    2524        private Table table; 
     
    4342        /** 
    4443         * Open the dialog. 
    45          * @return the result 
    4644         */ 
    47         public Object open(java.util.List<Event<?>> sequence) { 
     45        public void open(java.util.List<Event<?>> sequence) { 
    4846                this.sequence = sequence; 
    4947                createContents(); 
     
    5654                        } 
    5755                } 
    58                 return result; 
    5956        } 
    6057 
Note: See TracChangeset for help on using the changeset viewer.