Commit c4cb37ea by Michael Koch Committed by Michael Koch

URLClassLoader.java: Whitespace cleanup.

2004-11-18  Michael Koch  <konqueror@gmx.de>

	* java/net/URLClassLoader.java: Whitespace cleanup.

From-SVN: r90877
parent fbddd18f
2004-11-18 Michael Koch <konqueror@gmx.de>
* java/net/URLClassLoader.java: Whitespace cleanup.
2004-11-18 Robert Schuster <address@bogus.example.com> 2004-11-18 Robert Schuster <address@bogus.example.com>
Complete 1.4 support Complete 1.4 support
......
...@@ -35,6 +35,7 @@ this exception to your version of the library, but you are not ...@@ -35,6 +35,7 @@ this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this obligated to do so. If you do not wish to do so, delete this
exception statement from your version. */ exception statement from your version. */
package java.net; package java.net;
import java.io.ByteArrayOutputStream; import java.io.ByteArrayOutputStream;
...@@ -745,6 +746,7 @@ public class URLClassLoader extends SecureClassLoader ...@@ -745,6 +746,7 @@ public class URLClassLoader extends SecureClassLoader
{ {
String file = newUrl.getFile(); String file = newUrl.getFile();
String protocol = newUrl.getProtocol(); String protocol = newUrl.getProtocol();
// Check that it is not a directory // Check that it is not a directory
if ("gcjlib".equals(protocol)) if ("gcjlib".equals(protocol))
loader = new SoURLLoader(this, newUrl); loader = new SoURLLoader(this, newUrl);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment