Generated by
JDiff

Class org.springframework.beans.support.PropertyComparator

Removed interface java.util.Comparator.
Added interface java.util.Comparator.

Changed Methods
int compare(T, T) Change in signature from (Object, Object) to (T, T).
 
void sort(List<?>, SortDefinition) Change in signature from (List, SortDefinition) to (List<?>, SortDefinition).
Sort the given List according to the given sort definition.