Skip to content

Commit 5ce3faa

Browse files
committed
Switched to Apache License 2.0
1 parent a6da0eb commit 5ce3faa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)