Revision: 7769
Author: victormote
Date: 2006-07-07 19:42:11 -0700 (Fri, 07 Jul 2006)
ViewCVS: http://svn.sourceforge.net/foray/?rev=7769&view=rev
Log Message:
-----------
Minor doc changes.
Modified Paths:
--------------
trunk/foray/foray-common/src/java/org/foray/common/url/ProtocolRegistrationBroker.java
Modified: trunk/foray/foray-common/src/java/org/foray/common/url/ProtocolRegistrationBroker.java
===================================================================
--- trunk/foray/foray-common/src/java/org/foray/common/url/ProtocolRegistrationBroker.java 2006-07-08 02:38:24 UTC (rev 7768)
+++ trunk/foray/foray-common/src/java/org/foray/common/url/ProtocolRegistrationBroker.java 2006-07-08 02:42:11 UTC (rev 7769)
@@ -56,9 +56,10 @@
}
/**
- * Provides access to a ProtocolHandlerRegistry instance, creating it and
- * registering it with Java if needed.
- * @return The custom ProtocolHandlerRegistry instance for this session.
+ * Provides access to the chosen protocol registration strategy, or to a
+ * default one if none has been set.
+ * @return The {@link ProtocolRegistrationStrategy} to be used for custom
+ * URL handler registration for this session.
*/
public static synchronized ProtocolRegistrationStrategy getStrategy() {
if (strategy == null) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|