Return-Path: Delivered-To: apmail-incubator-directory-cvs-archive@www.apache.org Received: (qmail 97164 invoked from network); 27 Oct 2004 20:28:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 27 Oct 2004 20:28:38 -0000 Received: (qmail 18682 invoked by uid 500); 27 Oct 2004 20:28:37 -0000 Delivered-To: apmail-incubator-directory-cvs-archive@incubator.apache.org Received: (qmail 18632 invoked by uid 500); 27 Oct 2004 20:28:37 -0000 Mailing-List: contact directory-cvs-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: directory-dev@incubator.apache.org Delivered-To: mailing list directory-cvs@incubator.apache.org Received: (qmail 18616 invoked by uid 99); 27 Oct 2004 20:28:37 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 27 Oct 2004 13:28:35 -0700 Received: (qmail 97102 invoked by uid 65534); 27 Oct 2004 20:28:34 -0000 Date: 27 Oct 2004 20:28:34 -0000 Message-ID: <20041027202834.97100.qmail@minotaur.apache.org> From: akarasulu@apache.org To: directory-cvs@incubator.apache.org Subject: svn commit: rev 55731 - incubator/directory/ldap/trunk/common/src/java/org/apache/ldap/common/message X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: akarasulu Date: Wed Oct 27 13:28:34 2004 New Revision: 55731 Modified: incubator/directory/ldap/trunk/common/src/java/org/apache/ldap/common/message/LockableAttributesImpl.java Log: this really ticks me off; going away from the m_ standard is bogus and pushed upon me and it creates bugs Modified: incubator/directory/ldap/trunk/common/src/java/org/apache/ldap/common/message/LockableAttributesImpl.java ============================================================================== --- incubator/directory/ldap/trunk/common/src/java/org/apache/ldap/common/message/LockableAttributesImpl.java (original) +++ incubator/directory/ldap/trunk/common/src/java/org/apache/ldap/common/message/LockableAttributesImpl.java Wed Oct 27 13:28:34 2004 @@ -86,7 +86,7 @@ { super( parent, false ); - map.putAll( map ); + this.map.putAll( map ); this.keyMap = keyMap; keyMap.putAll( keyMap ); }