Author: dashorst
Date: Thu Sep  6 01:27:11 2007
New Revision: 573177

URL: http://svn.apache.org/viewvc?rev=573177&view=rev
Log:
Fixed another typo in javadoc

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

Modified: 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/model/IWrapModel.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/model/IWrapModel.java?rev=573177&r1=573176&r2=573177&view=diff
==============================================================================
--- 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/model/IWrapModel.java
 (original)
+++ 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/model/IWrapModel.java
 Thu Sep  6 01:27:11 2007
@@ -17,13 +17,13 @@
 package org.apache.wicket.model;
 
 /**
- * A marker interface that represents a model that serves as a wrapper for
- * another. Typically these models are produced by the following methods:
+ * A marker interface that represents a model that serves as a wrapper for 
another. Typically these
+ * models are produced by the following methods:
  * [EMAIL PROTECTED] 
IComponentAssignedModel#wrapOnAssignment(org.apache.wicket.Component)} and
  * [EMAIL PROTECTED] 
IComponentInheritedModel#wrapOnInheritance(org.apache.wicket.Component)}
  * 
- * The wrapped model will be called detach on when the component is detached
- * when the wrapmodel is created by an [EMAIL PROTECTED] 
IComponentAssignedModel}
+ * The wrapped model will be called detach on when the component is detached 
when the wrap model is
+ * created by an [EMAIL PROTECTED] IComponentAssignedModel}
  * 
  * @author jcompagner
  * @author Igor Vaynberg (ivaynberg)


Reply via email to