Return-Path: Delivered-To: apmail-hadoop-zookeeper-dev-archive@minotaur.apache.org Received: (qmail 44219 invoked from network); 4 Dec 2009 06:51:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Dec 2009 06:51:44 -0000 Received: (qmail 40882 invoked by uid 500); 4 Dec 2009 06:51:44 -0000 Delivered-To: apmail-hadoop-zookeeper-dev-archive@hadoop.apache.org Received: (qmail 40783 invoked by uid 500); 4 Dec 2009 06:51:43 -0000 Mailing-List: contact zookeeper-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: zookeeper-dev@hadoop.apache.org Delivered-To: mailing list zookeeper-dev@hadoop.apache.org Received: (qmail 40607 invoked by uid 99); 4 Dec 2009 06:51:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Dec 2009 06:51:43 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI 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; Fri, 04 Dec 2009 06:51:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C5BCB234C04C for ; Thu, 3 Dec 2009 22:51:20 -0800 (PST) Message-ID: <15863806.1259909480795.JavaMail.jira@brutus> Date: Fri, 4 Dec 2009 06:51:20 +0000 (UTC) From: "Patrick Hunt (JIRA)" To: zookeeper-dev@hadoop.apache.org Subject: [jira] Created: (ZOOKEEPER-610) cleanup final fields, esp those used for locking MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 cleanup final fields, esp those used for locking ------------------------------------------------ Key: ZOOKEEPER-610 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-610 Project: Zookeeper Issue Type: Bug Components: java client, server Reporter: Patrick Hunt Assignee: Patrick Hunt Priority: Minor Fix For: 3.3.0 There are a number of places where we have non-final fields that could (should) be declared as final. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.