removed aopalliance errant dependency; removed unused import

This commit is contained in:
Keith Donald
2009-03-06 20:25:34 +00:00
parent 622357291c
commit b04134cffb
2 changed files with 0 additions and 3 deletions

View File

@@ -18,8 +18,6 @@ package org.springframework.util.comparator;
import java.util.Comparator;
import org.springframework.util.Assert;
/**
* Comparator that adapts Comparables to the Comparator interface.
* Mainly for internal use in other Comparators, when supposed