Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a22adb6

Browse filesBrowse files
committed
1 parent 9444656 commit a22adb6
Copy full SHA for a22adb6

File tree

Expand file treeCollapse file tree

3 files changed

+2
-4
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+2
-4
lines changed

‎nb-configuration.xml

Copy file name to clipboardExpand all lines: nb-configuration.xml
+1-1Lines 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

Copy file name to clipboardExpand all lines: src/main/java/difflib/algorithm/myers/PathNode.java
+1-2Lines 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

Copy file name to clipboardExpand all lines: src/main/java/difflib/algorithm/myers/Snake.java
-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.