Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 54928 invoked from network); 31 Aug 2010 04:22:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 31 Aug 2010 04:22:06 -0000 Received: (qmail 22484 invoked by uid 500); 31 Aug 2010 04:22:06 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 22272 invoked by uid 500); 31 Aug 2010 04:22:03 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 22264 invoked by uid 99); 31 Aug 2010 04:22:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Aug 2010 04:22:01 +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; Tue, 31 Aug 2010 04:22:00 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7V4Leac017396 for ; Tue, 31 Aug 2010 04:21:40 GMT Message-ID: <24294565.4411283228500302.JavaMail.jira@thor> Date: Tue, 31 Aug 2010 00:21:40 -0400 (EDT) From: "Claus Ibsen (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQ-2889) backoffMultipler getter/setter should be same type to honor getter/setter contract MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c backoffMultipler getter/setter should be same type to honor getter/setter contract ---------------------------------------------------------------------------------- Key: AMQ-2889 URL: https://issues.apache.org/activemq/browse/AMQ-2889 Project: ActiveMQ Issue Type: Bug Affects Versions: 5.4.0 Reporter: Claus Ibsen Priority: Minor See AMQ-910 which causes this issue. And as reported here http://fusesource.com/forums/thread.jspa?threadID=2198&tstart=0 The proposed patch is to change the getter to be the same type as the setter. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.