Author: svenmeier
Date: Tue Jul 19 20:00:35 2011
New Revision: 1148504

URL: http://svn.apache.org/viewvc?rev=1148504&view=rev
Log:
corrected minor typo

Modified:
    
wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/internal/HtmlHeaderContainer.java

Modified: 
wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/internal/HtmlHeaderContainer.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/internal/HtmlHeaderContainer.java?rev=1148504&r1=1148503&r2=1148504&view=diff
==============================================================================
--- 
wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/internal/HtmlHeaderContainer.java
 (original)
+++ 
wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/internal/HtmlHeaderContainer.java
 Tue Jul 19 20:00:35 2011
@@ -37,7 +37,7 @@ import org.apache.wicket.response.String
 
 /**
  * The HtmlHeaderContainer is automatically created and added to the component 
hierarchy by a
- * HtmlHeaderResolver instance. HtmlHeaderContainer tries to handle/render the 
>head> tag and
+ * HtmlHeaderResolver instance. HtmlHeaderContainer tries to handle/render the 
<head> tag and
  * its body. However depending on the parent component, the behavior must be 
different. E.g. if
  * parent component is a Page all components of the page's hierarchy must be 
asked if they have
  * something to contribute to the <head> section of the html response. 
If yes, it must


Reply via email to