You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by al...@apache.org on 2007/06/20 14:38:38 UTC

svn commit: r549090 - /incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/guice/HomePage.html

Author: almaw
Date: Wed Jun 20 05:38:37 2007
New Revision: 549090

URL: http://svn.apache.org/viewvc?view=rev&rev=549090
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=549090&r1=549089&r2=549090
==============================================================================
--- 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:38:37 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, see the javadoc for GuiceComponentInjector.
+    To configure your application for Guice injection, see the javadoc for <code>GuiceComponentInjector</code>.
     </p>
     
 </body>