You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Ben Smith (JIRA)" <ji...@apache.org> on 2009/02/16 12:07:00 UTC

[jira] Created: (SHINDIG-920) Small improvement to Generics of FutureUtil

Small improvement to Generics of FutureUtil
-------------------------------------------

                 Key: SHINDIG-920
                 URL: https://issues.apache.org/jira/browse/SHINDIG-920
             Project: Shindig
          Issue Type: Improvement
          Components: Java
    Affects Versions: trunk
            Reporter: Ben Smith
            Priority: Minor
             Fix For: trunk
         Attachments: SHINDIG-920-improvement.patch

Change from <?> to <T> stops the need for a cast and therefore can remove suppression of warnings.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SHINDIG-920) Small improvement to Generics of FutureUtil

Posted by "Ian Boston (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ian Boston resolved SHINDIG-920.
--------------------------------

    Resolution: Fixed

Applied, thanks

> Small improvement to Generics of FutureUtil
> -------------------------------------------
>
>                 Key: SHINDIG-920
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-920
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Java
>    Affects Versions: trunk
>            Reporter: Ben Smith
>            Assignee: Ian Boston
>            Priority: Minor
>             Fix For: trunk
>
>         Attachments: SHINDIG-920-improvement.patch
>
>
> Change from <?> to <T> stops the need for a cast and therefore can remove suppression of warnings.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (SHINDIG-920) Small improvement to Generics of FutureUtil

Posted by "Ian Boston (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ian Boston reassigned SHINDIG-920:
----------------------------------

    Assignee: Ian Boston

> Small improvement to Generics of FutureUtil
> -------------------------------------------
>
>                 Key: SHINDIG-920
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-920
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Java
>    Affects Versions: trunk
>            Reporter: Ben Smith
>            Assignee: Ian Boston
>            Priority: Minor
>             Fix For: trunk
>
>         Attachments: SHINDIG-920-improvement.patch
>
>
> Change from <?> to <T> stops the need for a cast and therefore can remove suppression of warnings.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SHINDIG-920) Small improvement to Generics of FutureUtil

Posted by "Ben Smith (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ben Smith updated SHINDIG-920:
------------------------------

    Attachment: SHINDIG-920-improvement.patch

> Small improvement to Generics of FutureUtil
> -------------------------------------------
>
>                 Key: SHINDIG-920
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-920
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Java
>    Affects Versions: trunk
>            Reporter: Ben Smith
>            Priority: Minor
>             Fix For: trunk
>
>         Attachments: SHINDIG-920-improvement.patch
>
>
> Change from <?> to <T> stops the need for a cast and therefore can remove suppression of warnings.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.