Skip to content
This repository was archived by the owner on Nov 12, 2019. It is now read-only.

Commit 9f601b6

Browse files
committed
Remove obosolte SVN macros
1 parent e427771 commit 9f601b6

File tree

5 files changed

+3
-19
lines changed

5 files changed

+3
-19
lines changed

java-diff-utils-lib/src/main/java/difflib/myers/DiffException.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@
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
*/
6765
public class DiffException extends Exception {

java-diff-utils-lib/src/main/java/difflib/myers/DiffNode.java

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
package 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>
@@ -21,7 +12,6 @@
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+
}

java-diff-utils-lib/src/main/java/difflib/myers/DifferentiationFailedException.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@
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

java-diff-utils-lib/src/main/java/difflib/myers/PathNode.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
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+
}

java-diff-utils-lib/src/main/java/difflib/myers/Snake.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
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+
}

0 commit comments

Comments
 (0)