donaldp 2002/06/19 18:17:16
Modified: api/src/java/org/apache/myrmidon/api/metadata Modeller.java
Log:
Update variable name to model as that is better semantics
Revision Changes Path
1.4 +3 -3
jakarta-ant-myrmidon/api/src/java/org/apache/myrmidon/api/metadata/Modeller.java
Index: Modeller.java
===================================================================
RCS file:
/home/cvs/jakarta-ant-myrmidon/api/src/java/org/apache/myrmidon/api/metadata/Modeller.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Modeller.java 20 Apr 2002 23:12:02 -0000 1.3
+++ Modeller.java 20 Jun 2002 01:17:16 -0000 1.4
@@ -24,9 +24,9 @@
* Pass the object a read-only instance of it's own
* model.
*
- * @param element the ModelElement representing object
+ * @param model the ModelElement representing object
* @throws ModelException if there is an error interpreting model
*/
- void model( ModelElement element )
+ void model( ModelElement model )
throws ModelException;
}
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>