Revision: 7708
Author: victormote
Date: 2006-06-19 11:01:56 -0700 (Mon, 19 Jun 2006)
ViewCVS: http://svn.sourceforge.net/foray/?rev=7708&view=rev
Log Message:
-----------
Minor javadoc fix.
Modified Paths:
--------------
trunk/foray/foray-graphic/src/java/org/foray/graphic/FOrayGraphicServer.java
Modified: trunk/foray/foray-graphic/src/java/org/foray/graphic/FOrayGraphicServer.java
===================================================================
--- trunk/foray/foray-graphic/src/java/org/foray/graphic/FOrayGraphicServer.java 2006-06-19 17:09:34 UTC (rev 7707)
+++ trunk/foray/foray-graphic/src/java/org/foray/graphic/FOrayGraphicServer.java 2006-06-19 18:01:56 UTC (rev 7708)
@@ -119,11 +119,10 @@
}
/**
- * Allows third-party GraphicReader instances to be registered with the
- * Server, so that they can be included in the list of factories that are
- * tried as a Graphic is created.
- * @param factory The GraphicReader instance that should be added to the
- * list of factories.
+ * Registers a third-party {@link GraphicFactory} implementation with the
+ * Server, so that it can be included in the list of factories that are
+ * tried as a {@link Graphic} is created.
+ * @param factory The factory that should be added to the list of factories.
* @return True if the factory was successfully registered, false if not.
*/
public boolean registerFactory(GraphicFactory factory) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|