Author: knopp
Date: Thu Oct 18 13:30:52 2007
New Revision: 586126

URL: http://svn.apache.org/viewvc?rev=586126&view=rev
Log:
WICKET-1084

Modified:
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Component.java

Modified: 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Component.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Component.java?rev=586126&r1=586125&r2=586126&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Component.java 
(original)
+++ wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Component.java 
Thu Oct 18 13:30:52 2007
@@ -23,8 +23,6 @@
 import java.util.List;
 import java.util.Locale;
 
-import javax.xml.crypto.Data;
-
 import org.apache.wicket.ajax.AjaxRequestTarget;
 import org.apache.wicket.authorization.Action;
 import org.apache.wicket.authorization.AuthorizationException;
@@ -594,7 +592,7 @@
         * Flag that determines whether the model is set. This is necessary 
because of the way we
         * represent component state ([EMAIL PROTECTED] #data}). We can't 
distinguish between model and behavior
         * using instanceof, because one object can implement both interfaces. 
Thus we need this flag -
-        * when the flag is set, first object in [EMAIL PROTECTED] Data} is 
always model.
+        * when the flag is set, first object in [EMAIL PROTECTED] #data} is 
always model.
         */
        private static final int FLAG_MODEL_SET = 0x100000;
 


Reply via email to