Package com.google.gerrit.server.patch
Class IntraLineLoader
java.lang.Object
com.google.gerrit.server.patch.IntraLineLoader
- All Implemented Interfaces:
Callable<IntraLineDiff>
-
Method Summary
Modifier and TypeMethodDescriptioncall()
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)
-
Method Details
-
call
- Specified by:
call
in interfaceCallable<IntraLineDiff>
- Throws:
Exception
-
compute
public 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)
-