Skip to content

Tag: apache-commons-lang3

incompatible types: Object cannot be converted to Diff

I have this Java method which his used to compare data: But for this line for (Diff<?> diff : diffResult.getDiffs()) { I get error: So I have: Do you know how I can fix this issue? P.S unfortunately the problem is not solved. I created this small example code: https://github.com/rcbandit111/hateos_poc/b…