Package com.google.gerrit.server.patch
Class IntraLineLoader
java.lang.Object
com.google.gerrit.server.patch.IntraLineLoader
- All Implemented Interfaces:
- Callable<IntraLineDiff>
- 
Method SummaryModifier and TypeMethodDescriptioncall()static IntraLineDiffcompute(Text aText, Text bText, com.google.common.collect.ImmutableList<org.eclipse.jgit.diff.Edit> immutableEdits, com.google.common.collect.ImmutableSet<org.eclipse.jgit.diff.Edit> immutableEditsDueToRebase) 
- 
Method Details- 
call- Specified by:
- callin interface- Callable<IntraLineDiff>
- Throws:
- Exception
 
- 
computepublic static IntraLineDiff compute(Text aText, Text bText, com.google.common.collect.ImmutableList<org.eclipse.jgit.diff.Edit> immutableEdits, com.google.common.collect.ImmutableSet<org.eclipse.jgit.diff.Edit> immutableEditsDueToRebase) 
 
-