com.atlassian.confluence.diff
Class LineRanker
java.lang.Object
   com.atlassian.confluence.diff.LineRanker
com.atlassian.confluence.diff.LineRanker
- public class LineRanker 
- extends Object
Compares an original line against a number of revised lines and determines the revised line that is most similar to
 the original.
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
LineRanker
public LineRanker()
isChangedNotDeleted
public static boolean isChangedNotDeleted(String[] origWords,
                                          String[] revdWords)
                                   throws org.apache.commons.jrcs.diff.DifferentiationFailedException
- 
- Throws:
- org.apache.commons.jrcs.diff.DifferentiationFailedException