You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 21, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: src/main/java/com/github/difflib/patch/Chunk.java
+8-15Lines changed: 8 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -24,14 +24,10 @@
24
24
importjava.util.List;
25
25
26
26
/**
27
-
* Holds the information about the part of text involved in the diff process
28
-
* <p>
29
-
* Text is represented as <code>Object[]</code> because the diff engine is capable of handling more
30
-
* than plain ascci. In fact, arrays or lists of any type that implements
31
-
* {@link java.lang.Object#hashCode hashCode()} and {@link java.lang.Object#equals equals()}
32
-
* correctly can be subject to differencing using this library.
33
-
* </p>
34
-
* T The type of the compared elements in the 'lines'.
27
+
* Holds the information about the part of text involved in the diff process <p> Text is represented as <code>Object[]</code> because the diff engine is capable
28
+
* of handling more than plain ascci. In fact, arrays or lists of any type that implements {@link java.lang.Object#hashCode hashCode()} and
29
+
* {@link java.lang.Object#equals equals()} correctly can be subject to differencing using this library. </p> T The type of the compared elements in the
0 commit comments