Ignore:
Timestamp:
09/27/11 20:52:26 (13 years ago)
Author:
sherbold
Message:
  • code documentation and formatting
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/efg/commands/CMDefgToMM.java

    r205 r206  
    5454                for (EventType event : efgEvents) { 
    5555                        /* 
    56                          * the widgetId and eventId are only hash values,  
    57                          * the "interpretation" is found in the GUI file.  
     56                         * the widgetId and eventId are only hash values, the 
     57                         * "interpretation" is found in the GUI file. 
    5858                         */ 
    5959                        Event<?> myEvent = new EFGEvent(event.getEventId()); 
     
    6161                         * The target is currently not set to event.widgetId() because the 
    6262                         * WidgetId is not available when loading sequences in form of test 
    63                          * cases.  
     63                         * cases. 
    6464                         */ 
    65                         //myEvent.setTarget(event.getWidgetId();); 
     65                        // myEvent.setTarget(event.getWidgetId();); 
    6666                        myEvents.add(myEvent); 
    6767                } 
Note: See TracChangeset for help on using the changeset viewer.