Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 22300 invoked from network); 30 Apr 2009 05:37:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Apr 2009 05:37:54 -0000 Received: (qmail 99585 invoked by uid 500); 30 Apr 2009 05:37:53 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 99485 invoked by uid 500); 30 Apr 2009 05:37:53 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 99475 invoked by uid 99); 30 Apr 2009 05:37:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Apr 2009 05:37:53 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Apr 2009 05:37:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6AA5D234C051 for ; Wed, 29 Apr 2009 22:37:30 -0700 (PDT) Message-ID: <1492169554.1241069850435.JavaMail.jira@brutus> Date: Wed, 29 Apr 2009 22:37:30 -0700 (PDT) From: "Henri Yandell (JIRA)" To: issues@commons.apache.org Subject: [jira] Updated: (LANG-488) LocaleUtils.availableLocaleSet() - why is Set not created in static block like the List? In-Reply-To: <1754016074.1237047830423.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LANG-488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-488: ------------------------------- Fix Version/s: 3.0 > LocaleUtils.availableLocaleSet() - why is Set not created in static block like the List? > ---------------------------------------------------------------------------------------- > > Key: LANG-488 > URL: https://issues.apache.org/jira/browse/LANG-488 > Project: Commons Lang > Issue Type: Improvement > Reporter: Sebb > Priority: Minor > Fix For: 3.0 > > > LocaleUtils.availableLocaleSet() - why is the Set not created in static block like the List? > This would allow the method to be unsynchronized. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.