Return-Path: Delivered-To: apmail-shindig-issues-archive@www.apache.org Received: (qmail 80412 invoked from network); 12 Jan 2011 18:59:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Jan 2011 18:59:07 -0000 Received: (qmail 85560 invoked by uid 500); 12 Jan 2011 18:59:07 -0000 Delivered-To: apmail-shindig-issues-archive@shindig.apache.org Received: (qmail 85485 invoked by uid 500); 12 Jan 2011 18:59:06 -0000 Mailing-List: contact issues-help@shindig.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@shindig.apache.org Delivered-To: mailing list issues@shindig.apache.org Received: (qmail 85466 invoked by uid 99); 12 Jan 2011 18:59:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jan 2011 18:59:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jan 2011 18:59:05 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0CIwjSi004699 for ; Wed, 12 Jan 2011 18:58:45 GMT Message-ID: <15731900.319611294858725619.JavaMail.jira@thor> Date: Wed, 12 Jan 2011 13:58:45 -0500 (EST) From: "Dennis Ju (JIRA)" To: issues@shindig.apache.org Subject: [jira] Updated: (SHINDIG-1486) Typo in MediaItemHandler.java update method for getting mediaItemIds In-Reply-To: <29592302.319561294858608814.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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 mediaItemIds = ImmutableSet.copyOf(request.getListParameter("mediaItemIds")); > to > Set 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.