Author: david.lloyd(a)jboss.com
Date: 2009-10-16 20:13:42 -0400 (Fri, 16 Oct 2009)
New Revision: 5560
Modified:
remoting3/trunk/jboss-remoting/src/main/java/org/jboss/remoting3/TypedRequest.java
Log:
Allow typed request to be applied to just subclasses
Modified:
remoting3/trunk/jboss-remoting/src/main/java/org/jboss/remoting3/TypedRequest.java
===================================================================
---
remoting3/trunk/jboss-remoting/src/main/java/org/jboss/remoting3/TypedRequest.java 2009-10-16
22:48:44 UTC (rev 5559)
+++
remoting3/trunk/jboss-remoting/src/main/java/org/jboss/remoting3/TypedRequest.java 2009-10-17
00:13:42 UTC (rev 5560)
@@ -30,7 +30,7 @@
* @param <I> the request type
* @param <O> the reply type for this request type
*/
-public interface TypedRequest<I extends TypedRequest<I, O>, O> {
+public interface TypedRequest<I, O> {
/**
* Get the reply type class for this request type.