File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ To learn how to use **Java Object Diff**, please have a look at the short [start
88
99## Use Cases
1010
11- ** Java Object Diff** is currently used to…
11+ ** Java Object Diff** is currently used to...
1212
1313* Generate Facebook-like activity streams
1414* Visualize the differences between two object versions
@@ -32,11 +32,12 @@ objects, to see if it works for you.
3232
3333## Ways to Improve
3434
35- * Performence has not been a hight priority so far, so there is still some room for improvement.
35+ * Performance has not been a hight priority so far, so there is still some room for improvement.
3636* Object comparison is very strict. Objects with different types cannot be compared, even when they share the same interface.
3737* It should be possible to apply the annotations to fields and not only to methods, to allow for some advanced merging techniques.
3838* It would be great to integrate a text-based diff algorithm for regular Strings.
39- * Documentation, documentation, documentation...
39+ * Some out-out-of-the-box Mergers would be nice (e.g. ` LeftToRightMerger ` , ` NonConflictingMerger ` , etc.)
40+ * Could use more documentation and tests.
4041
4142## Known Issues and
4243
You can’t perform that action at this time.
0 commit comments