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
This repository was archived by the owner on Jun 6, 2021. It is now read-only.

Commit f74a584

Browse filesBrowse files
author
dm.naumenko@gmail.com
committed
add toString() method
git-svn-id: http://java-diff-utils.googlecode.com/svn/trunk@24 d8d7d024-a22d-11de-b755-fd640f38fa9d
1 parent 41579e8 commit f74a584
Copy full SHA for f74a584

1 file changed

+5Lines changed: 5 additions & 0 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎src/difflib/ChangeDelta.java‎

Copy file name to clipboardExpand all lines: src/difflib/ChangeDelta.java
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,9 @@ public void verify(List<?> target) throws PatchFailedException {
7979
}
8080
}
8181

82+
@Override
83+
public String toString() {
84+
return "[ChangeDelta, position: " + getOriginal().getPosition() + ", lines: "
85+
+ getOriginal().getLines() + " to " + getRevised().getLines() + "]";
86+
}
8287
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.