You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by f7753 <gi...@git.apache.org> on 2016/06/12 14:51:44 UTC

[GitHub] ignite pull request #795: IGNITE-3304 Add missing type parameter in serviceP...

GitHub user f7753 opened a pull request:

    https://github.com/apache/ignite/pull/795

    IGNITE-3304 Add missing type parameter in serviceProxy

    Method `serviceProxy` in Class `org.apache.ignite.internal.processors.service.GridServiceProcessor` seems missing type paramter "T", added it. 
    Also add a  cast in method `serviceProxy` in  class `org.apache.ignite.internal.IgniteServicesImpl`.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/f7753/ignite fix_type

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/795.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #795
    
----
commit e26649a91caf6a270ac6635c21362da6e0a73bfd
Author: MaBiao <ma...@gmail.com>
Date:   2016-06-12T14:43:41Z

    add missing type parameter in serviceProxy

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---