fmgasparino / google-gin

Automatically exported from code.google.com/p/google-gin
Apache License 2.0
0 stars 0 forks source link

AsyncProvider should use AsyncCallback<? super T> #110

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The API for AsyncProvider is not as flexible as it should be.

The AsyncCallback passed in doesn't need to be AsyncCallback<T>, it just 
needs to be AsyncCallback<? super T>.

Original issue reported on code.google.com by awi...@google.com on 3 Jun 2010 at 8:49

GoogleCodeExporter commented 9 years ago
Patch attached resolving this issue and issue 109.

Original comment by awi...@google.com on 3 Jun 2010 at 8:50

Attachments:

GoogleCodeExporter commented 9 years ago
This must have escaped my notice, will look into it now. I'll upload an 
appropriate codereview change soon.

Original comment by aragos on 21 Jan 2011 at 9:34

GoogleCodeExporter commented 9 years ago
Patch submitted for review at http://codereview.appspot.com/4038043.

Original comment by aragos on 21 Jan 2011 at 9:53

GoogleCodeExporter commented 9 years ago
Patch committed in r160.

Original comment by aragos on 21 Jan 2011 at 11:36