Revision: 7764
Author: victormote
Date: 2006-07-07 19:18:07 -0700 (Fri, 07 Jul 2006)
ViewCVS: http://svn.sourceforge.net/foray/?rev=7764&view=rev
Log Message:
-----------
Make constructor public so it can be subclassed by other products.
Modified Paths:
--------------
trunk/foray/foray-common/src/java/org/foray/common/url/AbstractProtocolRegistration.java
Modified: trunk/foray/foray-common/src/java/org/foray/common/url/AbstractProtocolRegistration.java
===================================================================
--- trunk/foray/foray-common/src/java/org/foray/common/url/AbstractProtocolRegistration.java 2006-07-08 02:14:44 UTC (rev 7763)
+++ trunk/foray/foray-common/src/java/org/foray/common/url/AbstractProtocolRegistration.java 2006-07-08 02:18:07 UTC (rev 7764)
@@ -37,10 +37,9 @@
implements ProtocolRegistrationStrategy {
/**
- * Package-private constructor. To obtain an instance of this class, use
- * the {@link ProtocolRegistrationBroker#getRegistry()} method.
+ * Construtor.
*/
- AbstractProtocolRegistration() {
+ public AbstractProtocolRegistration() {
}
/**
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|