Update of /var/cvs/src/org/mmbase/datatypes/handlers/html
In directory james.mmbase.org:/tmp/cvs-serv3193/datatypes/handlers/html

Modified Files:
        BinaryHandler.java TextHandler.java 
Log Message:
javadoc


See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/datatypes/handlers/html


Index: BinaryHandler.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/datatypes/handlers/html/BinaryHandler.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- BinaryHandler.java  24 Apr 2009 15:10:10 -0000      1.5
+++ BinaryHandler.java  29 Apr 2009 07:39:07 -0000      1.6
@@ -22,7 +22,7 @@
  * 'input' tag with type 'file'.
  *
  * @author Michiel Meeuwissen
- * @version $Id: BinaryHandler.java,v 1.5 2009/04/24 15:10:10 michiel Exp $
+ * @version $Id: BinaryHandler.java,v 1.6 2009/04/29 07:39:07 michiel Exp $
  * @since MMBase-1.9.1
  */
 
@@ -32,7 +32,7 @@
 
     /**
      * IF this is set it true the value is not set with {...@link 
Node#setValue} but with {...@link
-     * Node#setInputStreamValue}.  The effect of this is that the method 
{...@link DataType#cast} is
+     * Node#setInputStreamValue}.  The effect of this is that the method 
{...@link org.mmbase.datatypes.DataType#cast} is
      * avoided. This may be useful if the set-processor expects an 
InputStream, and not a
      * byte-array (or another type if this Handler is used on a non-binary 
field).
      */


Index: TextHandler.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/datatypes/handlers/html/TextHandler.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- TextHandler.java    17 Apr 2009 17:38:13 -0000      1.3
+++ TextHandler.java    29 Apr 2009 07:39:07 -0000      1.4
@@ -18,15 +18,13 @@
  * The most basic HtmlHandler simply produces an input tag with the type 
'text'.
  *
  * @author Michiel Meeuwissen
- * @version $Id: TextHandler.java,v 1.3 2009/04/17 17:38:13 michiel Exp $
+ * @version $Id: TextHandler.java,v 1.4 2009/04/29 07:39:07 michiel Exp $
  * @since MMBase-1.9.1
  */
 
 public class TextHandler extends HtmlHandler  {
 
-    /**
-     * @see TypeHandler#htmlInput(Node, Field, boolean)
-     */
+
     @Override
     public String input(Request request, Node node, Field field, boolean 
search)  {
         StringBuilder show =  new StringBuilder("<input type=\"text\" 
class=\"small ");
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to