src/share/classes/com/sun/jndi/toolkit/url/GenericURLContext.java

Print this page
rev 10430 : imported patch typos

*** 166,176 **** } else { start = url.length(); // rest of URL } } ! // else 0 or 1 iniitial slashes; start is unchanged return url.substring(0, start); } /** * Determines whether two URLs are the same. --- 166,176 ---- } else { start = url.length(); // rest of URL } } ! // else 0 or 1 initial slashes; start is unchanged return url.substring(0, start); } /** * Determines whether two URLs are the same.