Author: markt Date: Mon Nov 26 11:47:08 2012 New Revision: 1413564 URL: http://svn.apache.org/viewvc?rev=1413564&view=rev Log: Follow up to r1413559
Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/java/org/apache/naming/java/javaURLContextFactory.java Propchange: tomcat/tc6.0.x/trunk/ ------------------------------------------------------------------------------ Merged /tomcat/trunk:r1413562 Merged /tomcat/tc7.0.x/trunk:r1413563 Modified: tomcat/tc6.0.x/trunk/java/org/apache/naming/java/javaURLContextFactory.java URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/naming/java/javaURLContextFactory.java?rev=1413564&r1=1413563&r2=1413564&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/java/org/apache/naming/java/javaURLContextFactory.java (original) +++ tomcat/tc6.0.x/trunk/java/org/apache/naming/java/javaURLContextFactory.java Mon Nov 26 11:47:08 2012 @@ -37,9 +37,9 @@ import org.apache.naming.ContextBindings * <li>Adding a * java.naming.factory.url.pkgs=org.apache.naming property * to the JNDI properties file</li> - * <li>Setting an environment variable named Context.URL_PKG_PREFIXES with - * its value including the org.apache.catalina.util.naming package name. - * More detail about this can be found in the JNDI documentation : + * <li>Setting an environment variable named Context.URL_PKG_PREFIXES with + * its value including the org.apache.naming package name. + * More detail about this can be found in the JNDI documentation : * {@link javax.naming.spi.NamingManager#getURLContext(java.lang.String, java.util.Hashtable)}.</li> * </ul> * --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org