You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ The main reason to build this library was the lack of easy-to-use libraries with
20
20
21
21
##GPG Signature Validation
22
22
23
-
Thegpg singing key in[KEYS] is used for this project's artifacts.
23
+
TheGPG signing key in[KEYS] is used for this project's artifacts.
24
24
25
25
##API
26
26
@@ -30,18 +30,18 @@ Javadocs of the actual release version: [Javadocs java-diff-utils](https://java-
30
30
31
31
Look[here](https://github.com/java-diff-utils/java-diff-utils/wiki) to find more helpful information and examples.
32
32
33
-
These two outputs are generated using java-diff-utils. The source code can also be foundat the*Examples* page:
33
+
These two outputs are generated using java-diff-utils. The source code can also be foundon the[Examples](https://github.com/java-diff-utils/java-diff-utils/wiki/Examples) page:
34
34
35
35
**Producing a one liner including all difference information.**
* Capableto handle more than plain ASCII. Arrays orList of any type thatimplementshashCode() and equals() correctly can be subject to differencing using this library
87
-
*patch and unpatch the text with the given patch
88
-
*parsing the unified diff format
89
-
*producing human-readable differences
90
-
*inline difference construction
86
+
* Capableof handling more than plain ASCII. Arrays orlists of any type thatimplement`hashCode()` and`equals()` correctly can be subject to differencing using this library
87
+
*Patch and unpatch the text with the given patch
88
+
*Parsing the unified diff format
89
+
*Producing human-readable differences
90
+
*Inline difference construction
91
91
* Algorithms:
92
-
* MyersStandard Algorithm
92
+
* Myersstandard algorithm
93
93
* Myers with linear space improvement
94
-
* HistogramDiff using JGitLibrary
94
+
* HistogramDiff usingtheJGitlibrary
95
95
96
96
###Algorithms
97
97
@@ -102,7 +102,7 @@ But it can easily be replaced by any other which is better for handling your tex
102
102
103
103
##Source Code conventions
104
104
105
-
Recently a checkstyle process was integrated into the build process. java-diff-utils follows thesun java format convention. There are noTABs allowed. Use spaces.
105
+
Recently a checkstyle process was integrated into the build process. java-diff-utils follows theSun Java format convention. There are notabs allowed. Use spaces.