Right now we have:

org.apache.http.HttpMessage<T>

Do we really want to have any kind of object in there or would this be
better:

org.apache.http.HttpMessage<T extends HttpEntity>

?

The above change does not seem to cause compilation problems and tests are
OK, at least in httpcore.

Gary

-- 
E-Mail: [email protected] | [email protected]
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Reply via email to