Ignore:
Timestamp:
08/16/12 12:34:24 (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-core/src/main/java/de/ugoe/cs/quest/ui/commands/CMDgenerateFixedLengthSequences.java

    r524 r547  
    6868                DrawFromAllSequencesGenerator generator = new DrawFromAllSequencesGenerator( 
    6969                                numSequences, minLength, maxLength, validEnd, all); 
    70                 Collection<List<? extends Event<?>>> sequences = generator 
     70                Collection<List<Event>> sequences = generator 
    7171                                .generateTestSuite(model); 
    7272 
Note: See TracChangeset for help on using the changeset viewer.