Return-Path: Delivered-To: apmail-incubator-hama-dev-archive@minotaur.apache.org Received: (qmail 97536 invoked from network); 7 Oct 2010 08:13:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Oct 2010 08:13:57 -0000 Received: (qmail 25665 invoked by uid 500); 7 Oct 2010 08:13:56 -0000 Delivered-To: apmail-incubator-hama-dev-archive@incubator.apache.org Received: (qmail 25374 invoked by uid 500); 7 Oct 2010 08:13:54 -0000 Mailing-List: contact hama-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hama-dev@incubator.apache.org Delivered-To: mailing list hama-dev@incubator.apache.org Received: (qmail 25361 invoked by uid 99); 7 Oct 2010 08:13:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Oct 2010 08:13:54 +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; Thu, 07 Oct 2010 08:13:54 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o978DXQq024033 for ; Thu, 7 Oct 2010 08:13:33 GMT Message-ID: <29293173.22181286439213535.JavaMail.jira@thor> Date: Thu, 7 Oct 2010 04:13:33 -0400 (EDT) From: "Edward J. Yoon (JIRA)" To: hama-dev@incubator.apache.org Subject: [jira] Created: (HAMA-299) Remove unused field 'task' from GroomServer MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Remove unused field 'task' from GroomServer ------------------------------------------- Key: HAMA-299 URL: https://issues.apache.org/jira/browse/HAMA-299 Project: Hama Issue Type: Improvement Components: bsp Affects Versions: 0.2.0 Reporter: Edward J. Yoon Priority: Trivial Fix For: 0.2.0 {code} line 53: private Task task; {code} this line is unnecessary. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.