src/share/classes/com/sun/jndi/toolkit/dir/HierMemDirCtx.java

Print this page
rev 10430 : imported patch typos

*** 879,890 **** returnSelf); } } } ! // CompundNames's HashCode() method isn't good enough for many string. ! // The only prupose of this subclass is to have a more discerning // hash function. We'll make up for the performance hit by caching // the hash value. final class HierarchicalName extends CompoundName { private int hashValue = -1; --- 879,890 ---- returnSelf); } } } ! // CompoundNames's HashCode() method isn't good enough for many string. ! // The only purpose of this subclass is to have a more discerning // hash function. We'll make up for the performance hit by caching // the hash value. final class HierarchicalName extends CompoundName { private int hashValue = -1;