mirror of
https://github.com/java-diff-utils/java-diff-utils.git
synced 2026-03-13 10:11:17 +08:00
This commit is contained in:
@@ -5,7 +5,7 @@ This file contains additional configuration written by modules in the NetBeans I
|
||||
The configuration is intended to be shared among all the users of project and
|
||||
therefore it is assumed to be part of version control checkout.
|
||||
Without this configuration present, some functionality in the IDE may be limited or fail altogether.
|
||||
-->
|
||||
-->
|
||||
<properties xmlns="http://www.netbeans.org/ns/maven-properties-data/1">
|
||||
<!--
|
||||
Properties that influence various parts of the IDE, especially code formatting and the like.
|
||||
|
||||
@@ -22,8 +22,7 @@ package difflib.algorithm.myers;
|
||||
/**
|
||||
* A node in a diffpath.
|
||||
*
|
||||
* @version $Revision: 69 $ $Date: 2003-10-13 11:00:44 +0300 (???, 13 ??? 2003) $
|
||||
* @author <a href="mailto:juanco@suigeneris.org">Juanco Anez</a>
|
||||
* @author <a href="mailto:juanco@suigeneris.org">Juanco Anez</a>
|
||||
*
|
||||
* @see DiffNode
|
||||
* @see Snake
|
||||
|
||||
@@ -27,7 +27,6 @@ package difflib.algorithm.myers;
|
||||
* snake is represented by a single {@link Snake Snake} node and each contiguous series of
|
||||
* insertions and deletions is represented by a single {@link DiffNode DiffNodes}.
|
||||
*
|
||||
* @version $Revision: 69 $ $Date: 2003-10-13 11:00:44 +0300 (???, 13 ??? 2003) $
|
||||
* @author <a href="mailto:juanco@suigeneris.org">Juanco Anez</a>
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user