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.
1 parent c73e752 commit 4a57b5dCopy full SHA for 4a57b5d
src/main/java/difflib/algorithm/xdiff/XHistogram.java
@@ -40,6 +40,6 @@ public Patch<T> diff(List<T> original, List<T> revised) throws DiffException {
40
}
41
42
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.
+
44
45
0 commit comments