~ubuntu-branches/ubuntu/quantal/gwt/quantal

« back to all changes in this revision

Viewing changes to user/src/com/google/web/bindery/requestfactory/shared/impl/FindRequest.java

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-10-16 15:49:05 UTC
  • Revision ID: package-import@ubuntu.com-20121016154905-e94rbj88b4fhmj39
Tags: 2.4.0-1ubuntu1
Fix name clash between RequestContext and the FindRequest impl interface.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
  /**
32
32
   * Use the implicit lookup in passing EntityProxy types to service methods.
33
33
   */
34
 
  Request<EntityProxy> find(EntityProxyId<?> proxy);
35
 
}
 
 
b'\\ No newline at end of file'
 
34
  <P extends EntityProxy> Request<P> find(EntityProxyId<P> proxyId);
 
35
}