Supress serialization warnings

This commit is contained in:
Dave Syer
2011-03-25 12:44:41 +00:00
parent 4bd297691e
commit a97db67845
14 changed files with 14 additions and 0 deletions

View File

@@ -132,6 +132,7 @@ public class SubclassClassifier<T, C> implements Classifier<T, C> {
* @author Dave Syer
*
*/
@SuppressWarnings("serial")
private static class ClassComparator implements Comparator<Class<?>>, Serializable {
/**
* @return 1 if arg0 is assignable from arg1, -1 otherwise