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 60
60
/**
61
61
* Base class for all exceptions emanating from this package.
62
62
*
63
- * @version $Revision: 69 $ $Date: 2003-10-13 11:00:44 +0300 (Пнд, 13 Окт 2003) $
64
- *
65
63
* @author <a href="mailto:juanco@suigeneris.org">Juanco Anez</a>
66
64
*/
67
65
public class DiffException extends Exception {
Original file line number Diff line number Diff line change 1
1
package difflib .myers ;
2
2
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
-
12
3
/**
13
4
* A diffnode in a diffpath.
14
5
* <p>
21
12
* node and each contiguous series of insertions and deletions is represented
22
13
* by a single {@link DiffNode DiffNodes}.
23
14
*
24
- * @version $Revision: 60 $ $Date: 2003-05-10 21:56:10 +0300 (Суб, 10 Май 2003) $
25
15
* @author <a href="mailto:juanco@suigeneris.org">Juanco Anez</a>
26
16
*
27
17
*/
@@ -50,4 +40,4 @@ public boolean isSnake() {
50
40
return false ;
51
41
}
52
42
53
- }
43
+ }
Original file line number Diff line number Diff line change 61
61
* Thrown whenever the differencing engine cannot produce the differences
62
62
* between two revisions of ta text.
63
63
*
64
- * @version $Revision: 69 $ $Date: 2003-10-13 11:00:44 +0300 (Пнд, 13 Окт 2003) $
65
- *
66
64
* @author <a href="mailto:juanco@suigeneris.org">Juanco Anez</a>
67
65
* @see MyersDiff
68
66
* @see difflib.DiffAlgorithm
Original file line number Diff line number Diff line change 60
60
/**
61
61
* A node in a diffpath.
62
62
*
63
- * @version $Revision: 69 $ $Date: 2003-10-13 11:00:44 +0300 (Пнд, 13 Окт 2003) $
64
63
* @author <a href="mailto:juanco@suigeneris.org">Juanco Anez</a>
65
64
*
66
65
* @see DiffNode
@@ -137,4 +136,4 @@ public String toString() {
137
136
buf .append ("]" );
138
137
return buf .toString ();
139
138
}
140
- }
139
+ }
Original file line number Diff line number Diff line change 66
66
* node and each contiguous series of insertions and deletions is represented
67
67
* by a single {@link DiffNode DiffNodes}.
68
68
*
69
- * @version $Revision: 69 $ $Date: 2003-10-13 11:00:44 +0300 (Пнд, 13 Окт 2003) $
70
69
* @author <a href="mailto:juanco@suigeneris.org">Juanco Anez</a>
71
70
*
72
71
*/
@@ -90,4 +89,4 @@ public boolean isSnake() {
90
89
return true ;
91
90
}
92
91
93
- }
92
+ }
You can’t perform that action at this time.
0 commit comments