Revision: 7765
Author: victormote
Date: 2006-07-07 19:20:35 -0700 (Fri, 07 Jul 2006)
ViewCVS: http://svn.sourceforge.net/foray/?rev=7765&view=rev
Log Message:
-----------
Minor doc changes.
Modified Paths:
--------------
trunk/foray/foray-common/src/java/org/foray/common/url/ProtocolRegistrationStrategy.java
Modified: trunk/foray/foray-common/src/java/org/foray/common/url/ProtocolRegistrationStrategy.java
===================================================================
--- trunk/foray/foray-common/src/java/org/foray/common/url/ProtocolRegistrationStrategy.java 2006-07-08 02:18:07 UTC (rev 7764)
+++ trunk/foray/foray-common/src/java/org/foray/common/url/ProtocolRegistrationStrategy.java 2006-07-08 02:20:35 UTC (rev 7765)
@@ -29,7 +29,7 @@
import java.net.URLStreamHandler;
/**
- * A standardized way to register a URLStreamHandler for a particular protocol.
+ * A strategy that registers all custom URL protocols in a standard way.
*/
public interface ProtocolRegistrationStrategy {
@@ -37,7 +37,7 @@
* Registers a URLStreamHandler for the given protocol. When implemented,
* this method should be synchronized. If a handler already exists for the
* given protocol, this method does nothing.
- * @param protocol The protocol to be registered
+ * @param protocol The protocol to be registered.
* @param handler The {@link URLStreamHandler} instance which should be
* used for URLs whose protocol is <code>protocol</code>.
*/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|