You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Dennis Ju (JIRA)" <ji...@apache.org> on 2011/01/12 19:58:45 UTC

[jira] Updated: (SHINDIG-1486) Typo in MediaItemHandler.java update method for getting mediaItemIds

     [ https://issues.apache.org/jira/browse/SHINDIG-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Ju updated SHINDIG-1486:
-------------------------------

    Remaining Estimate: 24h  (was: 0.02h)
     Original Estimate: 24h  (was: 0.02h)

> Typo in MediaItemHandler.java update method for getting mediaItemIds
> --------------------------------------------------------------------
>
>                 Key: SHINDIG-1486
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1486
>             Project: Shindig
>          Issue Type: Bug
>          Components: Java
>    Affects Versions: 2.0.0-RC2, 2.0.0, 2.0.2
>            Reporter: Dennis Ju
>             Fix For: 3.0.0
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> The update method of MediaItemHandler.java contains a typo/bug.  The following line should be changed from:
> Set<String> mediaItemIds = ImmutableSet.copyOf(request.getListParameter("mediaItemIds"));
> to
> Set<String> mediaItemIds = ImmutableSet.copyOf(request.getListParameter("mediaItemId"));   // changed "mediaItemIds" to "mediaItemId"

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