File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
src/main/java/difflib/algorithm/myers Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ This file contains additional configuration written by modules in the NetBeans I
55The configuration is intended to be shared among all the users of project and
66therefore it is assumed to be part of version control checkout.
77Without 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 <!--
1111Properties that influence various parts of the IDE, especially code formatting and the like.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 */
You can’t perform that action at this time.
0 commit comments