This commit is contained in:
wumpz
2017-04-03 15:00:55 +02:00
parent 94446569d6
commit a22adb65f7
3 changed files with 2 additions and 4 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -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>
*
*/