This repository was archived by the owner on Nov 12, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +3
-19
lines changed
java-diff-utils-lib/src/main/java/difflib/myers Expand file tree Collapse file tree 5 files changed +3
-19
lines changed Original file line number Diff line number Diff line change 6060/**
6161 * Base class for all exceptions emanating from this package.
6262 *
63- * @version $Revision: 69 $ $Date: 2003-10-13 11:00:44 +0300 (Пнд, 13 Окт 2003) $
64- *
6563 * @author <a href="mailto:juanco@suigeneris.org">Juanco Anez</a>
6664 */
6765public class DiffException extends Exception {
Original file line number Diff line number Diff line change 11package difflib .myers ;
22
3- /**
4- * <p>Title: </p>
5- * <p>Description: </p>
6- * <p>Copyright: Copyright (c) 2002</p>
7- * <p>Company: </p>
8- * @author not attributable
9- * @version 1.0
10- */
11-
123/**
134 * A diffnode in a diffpath.
145 * <p>
2112 * node and each contiguous series of insertions and deletions is represented
2213 * by a single {@link DiffNode DiffNodes}.
2314 *
24- * @version $Revision: 60 $ $Date: 2003-05-10 21:56:10 +0300 (Суб, 10 Май 2003) $
2515 * @author <a href="mailto:juanco@suigeneris.org">Juanco Anez</a>
2616 *
2717 */
@@ -50,4 +40,4 @@ public boolean isSnake() {
5040 return false ;
5141 }
5242
53- }
43+ }
Original file line number Diff line number Diff line change 6161 * Thrown whenever the differencing engine cannot produce the differences
6262 * between two revisions of ta text.
6363 *
64- * @version $Revision: 69 $ $Date: 2003-10-13 11:00:44 +0300 (Пнд, 13 Окт 2003) $
65- *
6664 * @author <a href="mailto:juanco@suigeneris.org">Juanco Anez</a>
6765 * @see MyersDiff
6866 * @see difflib.DiffAlgorithm
Original file line number Diff line number Diff line change 6060/**
6161 * A node in a diffpath.
6262 *
63- * @version $Revision: 69 $ $Date: 2003-10-13 11:00:44 +0300 (Пнд, 13 Окт 2003) $
6463 * @author <a href="mailto:juanco@suigeneris.org">Juanco Anez</a>
6564 *
6665 * @see DiffNode
@@ -137,4 +136,4 @@ public String toString() {
137136 buf .append ("]" );
138137 return buf .toString ();
139138 }
140- }
139+ }
Original file line number Diff line number Diff line change 6666 * node and each contiguous series of insertions and deletions is represented
6767 * by a single {@link DiffNode DiffNodes}.
6868 *
69- * @version $Revision: 69 $ $Date: 2003-10-13 11:00:44 +0300 (Пнд, 13 Окт 2003) $
7069 * @author <a href="mailto:juanco@suigeneris.org">Juanco Anez</a>
7170 *
7271 */
@@ -90,4 +89,4 @@ public boolean isSnake() {
9089 return true ;
9190 }
9291
93- }
92+ }
You can’t perform that action at this time.
0 commit comments