Revision: 7754
Author: victormote
Date: 2006-07-07 16:00:58 -0700 (Fri, 07 Jul 2006)
ViewCVS: http://svn.sourceforge.net/foray/?rev=7754&view=rev
Log Message:
-----------
After registering using the properties method, exit.
Modified Paths:
--------------
trunk/foray/foray-common/src/java/org/foray/common/url/AbstractURLStreamHandler.java
Modified: trunk/foray/foray-common/src/java/org/foray/common/url/AbstractURLStreamHandler.java
===================================================================
--- trunk/foray/foray-common/src/java/org/foray/common/url/AbstractURLStreamHandler.java 2006-07-01 20:12:45 UTC (rev 7753)
+++ trunk/foray/foray-common/src/java/org/foray/common/url/AbstractURLStreamHandler.java 2006-07-07 23:00:58 UTC (rev 7754)
@@ -66,6 +66,7 @@
* Therefore, the best we can do is register ours with the Java
* environment "java.protocol.handler.pkgs". */
registerInEnvironment(protocol, handler);
+ return;
}
/* See if this protocol is already registered with the factory. */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|