Skip to content

Commit a22adb6

Browse files
committed
1 parent 9444656 commit a22adb6

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

nb-configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This file contains additional configuration written by modules in the NetBeans I
55
The configuration is intended to be shared among all the users of project and
66
therefore it is assumed to be part of version control checkout.
77
Without this configuration present, some functionality in the IDE may be limited or fail altogether.
8-
-->
8+
-->
99
<properties xmlns="http://www.netbeans.org/ns/maven-properties-data/1">
1010
<!--
1111
Properties that influence various parts of the IDE, especially code formatting and the like.

src/main/java/difflib/algorithm/myers/PathNode.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
/**
2323
* A node in a diffpath.
2424
*
25-
* @version $Revision: 69 $ $Date: 2003-10-13 11:00:44 +0300 (???, 13 ??? 2003) $
26-
* @author <a href="mailto:juanco@suigeneris.org">Juanco Anez</a>
25+
* @author <a href="mailto:juanco@suigeneris.org">Juanco Anez</a>
2726
*
2827
* @see DiffNode
2928
* @see Snake

src/main/java/difflib/algorithm/myers/Snake.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
* snake is represented by a single {@link Snake Snake} node and each contiguous series of
2828
* insertions and deletions is represented by a single {@link DiffNode DiffNodes}.
2929
*
30-
* @version $Revision: 69 $ $Date: 2003-10-13 11:00:44 +0300 (???, 13 ??? 2003) $
3130
* @author <a href="mailto:juanco@suigeneris.org">Juanco Anez</a>
3231
*
3332
*/

0 commit comments

Comments
 (0)