Return-Path: Delivered-To: apmail-incubator-abdera-dev-archive@locus.apache.org Received: (qmail 53857 invoked from network); 19 Feb 2008 04:08:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Feb 2008 04:08:41 -0000 Received: (qmail 12186 invoked by uid 500); 19 Feb 2008 04:08:36 -0000 Delivered-To: apmail-incubator-abdera-dev-archive@incubator.apache.org Received: (qmail 12159 invoked by uid 500); 19 Feb 2008 04:08:36 -0000 Mailing-List: contact abdera-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-dev@incubator.apache.org Delivered-To: mailing list abdera-dev@incubator.apache.org Received: (qmail 12150 invoked by uid 99); 19 Feb 2008 04:08:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Feb 2008 20:08:36 -0800 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Feb 2008 04:07:58 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D33CD234C03D for ; Mon, 18 Feb 2008 20:08:05 -0800 (PST) Message-ID: <1543830520.1203394085851.JavaMail.jira@brutus> Date: Mon, 18 Feb 2008 20:08:05 -0800 (PST) From: "Glen Daniels (JIRA)" To: abdera-dev@incubator.apache.org Subject: [jira] Created: (ABDERA-127) Refactor AbstractTarget / DefaultTarget MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Refactor AbstractTarget / DefaultTarget --------------------------------------- Key: ABDERA-127 URL: https://issues.apache.org/jira/browse/ABDERA-127 Project: Abdera Issue Type: Improvement Reporter: Glen Daniels DefaultTarget and AbstractTarget (which had no abstract methods :)) are essentially identical. This patch refactors both of them into BasicTarget, a concrete class. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.