henning 01/11/27 06:02:58
Modified: src/java/org/apache/turbine/services/intake IntakeTool.java
Log:
Removed a wrong comment which slipped in when checking in
the default field values code. Sorry.
Revision Changes Path
1.4 +3 -11
jakarta-turbine-2/src/java/org/apache/turbine/services/intake/IntakeTool.java
Index: IntakeTool.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/services/intake/IntakeTool.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- IntakeTool.java 2001/11/15 15:41:26 1.3
+++ IntakeTool.java 2001/11/27 14:02:58 1.4
@@ -72,7 +72,7 @@
* A Pull tool to make intake objects available to a template
*
* @author <a href="mailto:[EMAIL PROTECTED]">John D. McNally</a>
- * @version $Id: IntakeTool.java,v 1.3 2001/11/15 15:41:26 henning Exp $
+ * @version $Id: IntakeTool.java,v 1.4 2001/11/27 14:02:58 henning Exp $
*/
public class IntakeTool
implements ApplicationTool, Recyclable
@@ -270,19 +270,11 @@
/**
- * maps an object to the values from a Retrievable object.
+ * maps an Intake Group to the values from a Retrievable object.
*
- * If you supply null as the object, it returns the defaults, thus making
this superflous:
- *
- * #if($!mapobj)
- * #set ($frm = $intake.myGroup.mapTo($mapobj))
- * #else
- * #set ($frm = $intake.myGroup.default)
- * #end
- *
* @param obj A retrievable object
*
- * @return an Intake Group
+ * @return an Intake Group
*
*/
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>