Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 36545 invoked from network); 26 Jan 2010 20:01:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Jan 2010 20:01:38 -0000 Received: (qmail 2251 invoked by uid 500); 26 Jan 2010 20:01:37 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 2179 invoked by uid 500); 26 Jan 2010 20:01:37 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 2168 invoked by uid 99); 26 Jan 2010 20:01:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jan 2010 20:01:37 +0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 195.212.17.163 is neither permitted nor denied by domain of mark.hindess@googlemail.com) Received: from [195.212.17.163] (HELO mtagate3.de.ibm.com) (195.212.17.163) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jan 2010 20:01:28 +0000 Received: from d12nrmr1607.megacenter.de.ibm.com (d12nrmr1607.megacenter.de.ibm.com [9.149.167.49]) by mtagate3.de.ibm.com (8.13.1/8.13.1) with ESMTP id o0QK16iV029870 for ; Tue, 26 Jan 2010 20:01:06 GMT Received: from d12av04.megacenter.de.ibm.com (d12av04.megacenter.de.ibm.com [9.149.165.229]) by d12nrmr1607.megacenter.de.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o0QK162Q1376510 for ; Tue, 26 Jan 2010 21:01:06 +0100 Received: from d12av04.megacenter.de.ibm.com (loopback [127.0.0.1]) by d12av04.megacenter.de.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id o0QK16E9029860 for ; Tue, 26 Jan 2010 21:01:06 +0100 Received: from anaheim.local (sig-9-146-148-155.uk.ibm.com [9.146.148.155]) by d12av04.megacenter.de.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id o0QK16Zi029852 for ; Tue, 26 Jan 2010 21:01:06 +0100 Message-Id: <201001262001.o0QK16Zi029852@d12av04.megacenter.de.ibm.com> X-Mailer: exmh version 2.7.2 01/07/2005 (debian 1:2.7.2-18) with nmh-1.3 From: "Mark Hindess" To: "Apache Harmony Dev List" Subject: [classlib] TreeSet fields not private in java6 branch? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 26 Jan 2010 20:01:06 +0000 I noticed while doing the merge of trunk to java6 that the backingMap field of TreeSet was not private in the java6 branch while it is private in trunk. Jimmy, I think you submitted the code that changed this in HARMONY-4124. Why did you change the backingMap field to not be private (and similarly why is the descendingSet field not private)? I'm probably missing something but I couldn't see a reason for it so I thought I'd ask before I forgot about it. Regards, Mark.