Skip to content

Commit 4a57b5d

Browse files
committed
refactoring and started to reimplement histogram diff
1 parent c73e752 commit 4a57b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/difflib/algorithm/xdiff/XHistogram.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ public Patch<T> diff(List<T> original, List<T> revised) throws DiffException {
4040
}
4141

4242
private void histogramDiff(XPParam xpp, XDFEnv env, int line1, int count1, int line2, int count2) {
43-
throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
43+
4444
}
4545
}

0 commit comments

Comments
 (0)