Author: almaw
Date: Thu Nov 23 10:22:47 2006
New Revision: 478630

URL: http://svn.apache.org/viewvc?view=rev&rev=478630
Log:
Fix javadoc formatting & English (patch from Jean-Baptiste Quenot)

Modified:
    
incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/markup/html/body/BodyTagAttributeModifier.java
    
incubator/wicket/trunk/wicket/src/main/java/wicket/markup/html/body/BodyTagAttributeModifier.java

Modified: 
incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/markup/html/body/BodyTagAttributeModifier.java
URL: 
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/markup/html/body/BodyTagAttributeModifier.java?view=diff&rev=478630&r1=478629&r2=478630
==============================================================================
--- 
incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/markup/html/body/BodyTagAttributeModifier.java
 (original)
+++ 
incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/markup/html/body/BodyTagAttributeModifier.java
 Thu Nov 23 10:22:47 2006
@@ -31,11 +31,11 @@
  * An attribute modifier specifically for body tags.
  * <p>
  * Panels have associated markup files and if they contain
- * <code>&lt;wicket:head&gt;</code> and <code>&lt;body onLoad="..."&gt;<code>
- * than the body's <code>onLoad</code> attribute will be appended to the page's
+ * <code>&lt;wicket:head&gt;</code> and <code>&lt;body onLoad="..."&gt;</code>
+ * then the body's <code>onLoad</code> attribute will be appended to the page's
  * onLoad attribute. That appendation happens by means of an AttributeModifier
  * which the Panel adds to the body container. In the case where the Panel is
- * removed or replaced, than the AttributeModifier must be removed or at least
+ * removed or replaced, then the AttributeModifier must be removed or at least
  * disabled. That exactly is what this special purpose AttributeModifier does,
  * i.e. it disables itself if the owner component (Panel) is removed or 
replaced.
  *

Modified: 
incubator/wicket/trunk/wicket/src/main/java/wicket/markup/html/body/BodyTagAttributeModifier.java
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/main/java/wicket/markup/html/body/BodyTagAttributeModifier.java?view=diff&rev=478630&r1=478629&r2=478630
==============================================================================
--- 
incubator/wicket/trunk/wicket/src/main/java/wicket/markup/html/body/BodyTagAttributeModifier.java
 (original)
+++ 
incubator/wicket/trunk/wicket/src/main/java/wicket/markup/html/body/BodyTagAttributeModifier.java
 Thu Nov 23 10:22:47 2006
@@ -31,11 +31,11 @@
  * An attribute modifier specifically for body tags.
  * <p>
  * Panels have associated markup files and if they contain
- * <code>&lt;wicket:head&gt;</code> and <code>&lt;body onLoad="..."&gt;<code>
- * than the body's <code>onLoad</code> attribute will be appended to the page's
+ * <code>&lt;wicket:head&gt;</code> and <code>&lt;body onLoad="..."&gt;</code>
+ * then the body's <code>onLoad</code> attribute will be appended to the page's
  * onLoad attribute. That appendation happens by means of an AttributeModifier
  * which the Panel adds to the body container. In the case where the Panel is
- * removed or replaced, than the AttributeModifier must be removed or at least
+ * removed or replaced, then the AttributeModifier must be removed or at least
  * disabled. That exactly is what this special purpose AttributeModifier does,
  * i.e. it disables itself if the owner component (Panel) is removed or 
replaced.
  * 


Reply via email to