Ignore:
Timestamp:
08/16/12 14:45:03 (12 years ago)
Author:
sherbold
Message:
  • countless adaptations throughout nearly all components to remove errors introduced due to the refactoring of the event core
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-ui-swt/src/main/java/de/ugoe/cs/quest/ui/swt/InsertAssertionDialog.java

    r526 r548  
    2121public class InsertAssertionDialog extends Dialog { 
    2222 
    23         protected Event<?> result; 
     23        protected Event result; 
    2424        protected Shell shell; 
    2525         
     
    4444         * @return the result 
    4545         */ 
    46         public Event<?> open() { 
     46        public Event open() { 
    4747                result = null; 
    4848                insertEventComposites = new ArrayList<AbstractInsertEventComposite>(); 
Note: See TracChangeset for help on using the changeset viewer.