Update of /var/cvs/src/org/mmbase/bridge
In directory james.mmbase.org:/tmp/cvs-serv31247/src/org/mmbase/bridge
Modified Files:
Module.java
Log Message:
Some typos in javadoc
See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/bridge
Index: Module.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/bridge/Module.java,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- Module.java 10 Feb 2007 15:47:42 -0000 1.18
+++ Module.java 21 Mar 2008 09:03:04 -0000 1.19
@@ -21,7 +21,7 @@
*
* @author Rob Vermeulen
* @author Pierre van Rooden
- * @version $Id: Module.java,v 1.18 2007/02/10 15:47:42 nklasens Exp $
+ * @version $Id: Module.java,v 1.19 2008/03/21 09:03:04 nklasens Exp $
*/
public interface Module extends Descriptor, Comparable<Module> {
@@ -129,9 +129,9 @@
public Collection getFunctions();
/**
- * Returns a Fuction object.
+ * Returns a Function object.
* The object returned is a [EMAIL PROTECTED]
org.mmbase.util.functions.Function} object.
- * You need to explixitly cast the result to this object, since not all
bridge
+ * You need to explicitly cast the result to this object, since not all
bridge
* implementations (i.e. the RMMCI) support this class.
*
* @since MMBase-1.8
@@ -144,7 +144,7 @@
/**
* Creates a parameter list for a function.
* The list can be filled with parameter values by either using the List
set(int, Object) method, to
- * set values for parameters by psoition, or by using the set(String,
Object) method to
+ * set values for parameters by position, or by using the set(String,
Object) method to
* set parameters by name.<br />
* This object can then be passed to the getFunctionValue method.
* Note that adding extra parameters (with the add(Object) method) won't
work and may cause exceptions.
@@ -160,7 +160,7 @@
*
* @since MMBase-1.8
* @param functionName name of the function
- * @param parameters list with parameters for the fucntion
+ * @param parameters list with parameters for the function
* @return the result value of executing the function
* @throws NotFoundException if the function does not exist
*/
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs