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

Print this page
rev 10430 : imported patch typos

*** 150,160 **** if (!cons.getReturningObjFlag()) { obj = null; } else if (useFactory) { try { // Give name only if context non-null, ! // otherewise, name will be interpreted relative // to initial context (not what we want) Name nm = (context != null ? new CompositeName(next.getName()) : null); obj = DirectoryManager.getObjectInstance(obj, nm, context, env, targetAttrs); --- 150,160 ---- if (!cons.getReturningObjFlag()) { obj = null; } else if (useFactory) { try { // Give name only if context non-null, ! // otherwise, name will be interpreted relative // to initial context (not what we want) Name nm = (context != null ? new CompositeName(next.getName()) : null); obj = DirectoryManager.getObjectInstance(obj, nm, context, env, targetAttrs);