You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2004/10/28 03:16:13 UTC

svn commit: rev 55758 - incubator/directory/ldap/trunk/common/src/java/org/apache/ldap/common/message

Author: akarasulu
Date: Wed Oct 27 18:16:13 2004
New Revision: 55758

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 18:16:13 2004
@@ -88,7 +88,7 @@
 
         this.map.putAll( map );
         this.keyMap = keyMap;
-        keyMap.putAll( keyMap );
+        this.keyMap.putAll( keyMap );
     }