8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
src/main/java/com/github/difflib/unifieddiff/UnifiedDiffReader.java
@@ -167,7 +167,6 @@ private void finalizeChunk() {
167
}
168
169
private void processOnlyIn(MatchResult match, String line) {
170
- initFileIfNecessary();
171
UnifiedDiffFile file = new UnifiedDiffFile();
172
file.setDiffCommand(line);
173
data.addFile(file);
0 commit comments