- Revision
- 355
- Author
- mauro
- Date
- 2007-11-12 13:46:19 -0600 (Mon, 12 Nov 2007)
Log Message
Added @SuppressWarnings("serial") to comparators.
Modified Paths
Diff
Modified: trunk/core/src/main/java/org/codehaus/waffle/action/intercept/MethodInterceptorComparator.java (354 => 355)
--- trunk/core/src/main/java/org/codehaus/waffle/action/intercept/MethodInterceptorComparator.java 2007-11-12 19:44:30 UTC (rev 354) +++ trunk/core/src/main/java/org/codehaus/waffle/action/intercept/MethodInterceptorComparator.java 2007-11-12 19:46:19 UTC (rev 355) @@ -13,6 +13,7 @@ import java.util.Comparator; import java.io.Serializable; [EMAIL PROTECTED]("serial") public class MethodInterceptorComparator implements Comparator<MethodInterceptor>, Serializable { public int compare(MethodInterceptor first, MethodInterceptor second) {
To unsubscribe from this list please visit:
