Author: gseitz
Date: Fri Dec 28 14:14:18 2007
New Revision: 607345

URL: http://svn.apache.org/viewvc?rev=607345&view=rev
Log:
WICKET-1245: fixed wrong javadoc for class

Modified:
    
wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxEditableChoiceLabel.java

Modified: 
wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxEditableChoiceLabel.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxEditableChoiceLabel.java?rev=607345&r1=607344&r2=607345&view=diff
==============================================================================
--- 
wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxEditableChoiceLabel.java
 (original)
+++ 
wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxEditableChoiceLabel.java
 Fri Dec 28 14:14:18 2007
@@ -24,16 +24,16 @@
 import org.apache.wicket.markup.html.form.DropDownChoice;
 import org.apache.wicket.markup.html.form.FormComponent;
 import org.apache.wicket.markup.html.form.IChoiceRenderer;
-import org.apache.wicket.markup.html.form.TextArea;
+import org.apache.wicket.markup.html.form.TextField;
 import org.apache.wicket.model.AbstractReadOnlyModel;
 import org.apache.wicket.model.IModel;
 import org.apache.wicket.model.Model;
 
 
 /**
- * And inplace editor much like [EMAIL PROTECTED] AjaxEditableLabel}, but now 
with support for multi line
- * content and a [EMAIL PROTECTED] TextArea text area} as its editor.
- * 
+ * And inplace editor much like [EMAIL PROTECTED] AjaxEditableLabel}, but 
instead of a [EMAIL PROTECTED] TextField} a
+ * [EMAIL PROTECTED] DropDownChoice} is displayed.
+ *
  * @author Eelco Hillenius
  */
 public class AjaxEditableChoiceLabel extends AjaxEditableLabel
@@ -48,7 +48,7 @@
 
        /**
         * Construct.
-        * 
+        *
         * @param id
         *            The component id
         */
@@ -59,7 +59,7 @@
 
        /**
         * Construct.
-        * 
+        *
         * @param id
         *            The component id
         * @param model
@@ -72,7 +72,7 @@
 
        /**
         * Construct.
-        * 
+        *
         * @param id
         *            The component id
         * @param choices
@@ -85,7 +85,7 @@
 
        /**
         * Construct.
-        * 
+        *
         * @param id
         *            The component id
         * @param model
@@ -101,7 +101,7 @@
 
        /**
         * Construct.
-        * 
+        *
         * @param id
         *            The component id
         * @param model
@@ -120,7 +120,7 @@
 
        /**
         * Construct.
-        * 
+        *
         * @param id
         *            The component id
         * @param model
@@ -135,7 +135,7 @@
 
        /**
         * Construct.
-        * 
+        *
         * @param id
         *            The component id
         * @param model


Reply via email to