Ignore:
Timestamp:
05/29/15 12:04:33 (9 years ago)
Author:
pharms
Message:
  • corrected typo in documentation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-core-tasktrees/src/main/java/de/ugoe/cs/autoquest/tasktrees/temporalrelation/SequenceForTaskDetectionRule.java

    r1888 r1947  
    835835                // checking now, if there is one sequence, having the lowest index for any of 
    836836                // its collisions and preserve it. If there are several ones with the same minimum 
    837                 // index, check if they are indpendent. If not, throw an exception 
     837                // index, check if they are independent. If not, throw an exception 
    838838                int minPosInAnySequence = Integer.MAX_VALUE; 
    839839                List<InterleavingSubsequence> subsequencesWithMinPos = new LinkedList<>(); 
Note: See TracChangeset for help on using the changeset viewer.