Ignore:
Timestamp:
09/12/14 11:59:02 (10 years ago)
Author:
rkrimmel
Message:

Commit before parallelizing replacment

File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/autoquest-core-tasktrees-alignment/src/main/java/de/ugoe/cs/autoquest/tasktrees/alignment/algorithms/MatchOccurrence.java

    r1734 r1741  
    1010 * The Class MatchOccurence. 
    1111 */ 
    12 public class MatchOccurence implements Serializable { 
     12public class MatchOccurrence implements Serializable { 
    1313         
    1414        /** The Constant serialVersionUID. */ 
     
    3131         * @param sequenceId the sequence id 
    3232         */ 
    33         public MatchOccurence(int startindex, int endindex, int sequenceId) { 
     33        public MatchOccurrence(int startindex, int endindex, int sequenceId) { 
    3434                this.startindex = startindex; 
    3535                this.endindex = endindex; 
Note: See TracChangeset for help on using the changeset viewer.