Author: almaw Date: Wed Jun 20 05:37:57 2007 New Revision: 549089 URL: http://svn.apache.org/viewvc?view=rev&rev=549089 Log: Add doc fix.
Modified: incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/guice/HomePage.html Modified: incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/guice/HomePage.html URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/guice/HomePage.html?view=diff&rev=549089&r1=549088&r2=549089 ============================================================================== --- incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/guice/HomePage.html (original) +++ incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/guice/HomePage.html Wed Jun 20 05:37:57 2007 @@ -24,7 +24,7 @@ <hr /> <p> The wicket-guice project will take care of proxying the injected beans so that your pages can be serialized safely. - To configure your application for Guice injection, just + To configure your application for Guice injection, see the javadoc for GuiceComponentInjector. </p> </body>