jdk/src/share/classes/com/sun/jndi/toolkit/ctx/ComponentContext.java
changeset 25808 e113d0a0fde0
parent 10324 e28265130e4f
equal deleted inserted replaced
25807:6c325960c9ee 25808:e113d0a0fde0
   135     /**
   135     /**
   136       * Resolves the nns for 'name' when the named context is acting
   136       * Resolves the nns for 'name' when the named context is acting
   137       * as an intermediate context.
   137       * as an intermediate context.
   138       *
   138       *
   139       * For a system that supports only junctions, this would be
   139       * For a system that supports only junctions, this would be
   140       * equilvalent to
   140       * equivalent to
   141       *         c_lookup(name, cont);
   141       *         c_lookup(name, cont);
   142       * because for junctions, an intermediate slash simply signifies
   142       * because for junctions, an intermediate slash simply signifies
   143       * a syntactic separator.
   143       * a syntactic separator.
   144       *
   144       *
   145       * For a system that supports only implicit nns, this would be
   145       * For a system that supports only implicit nns, this would be