mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
vcs: fix typo
This commit is contained in:
@@ -148,7 +148,7 @@ public class Diff {
|
||||
if (line >= currentChange.line0 + currentChange.deleted) {
|
||||
result += currentChange.inserted - currentChange.deleted;
|
||||
} else {
|
||||
if (approximate) return currentChange.line1;
|
||||
return approximate ? currentChange.line1 : -1;
|
||||
}
|
||||
|
||||
currentChange = currentChange.link;
|
||||
|
||||
Reference in New Issue
Block a user