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 3363b2c commit eed6982Copy full SHA for eed6982
src/main/java/difflib/Delta.java
@@ -21,7 +21,6 @@
21
* Describes the delta between original and revised texts.
22
*
23
* @author <a href="dm.naumenko@gmail.com">Dmitry Naumenko</a>
24
- * @param T The type of the compared elements in the 'lines'.
25
*/
26
public abstract class Delta<T> {
27
0 commit comments