Fixes issue 2283.  The generated client-side remote service proxy implemented the generic version of the async interface.  This would produce bad code if the async interface was itself generic.  Also, the proxy methods were not using the erasure of signature of the declaring method.  This would result in method resolution failures if the RemoteService was parameterized.

Review by: bobv

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@2917 8db76d5a-ed1c-0410-87a9-c151d255dfc7
1 file changed