You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2015/02/22 19:39:54 UTC

svn commit: r1661510 - /commons/cms-site/trunk/content/xdoc/sandbox.xml

Author: tn
Date: Sun Feb 22 18:39:53 2015
New Revision: 1661510

URL: http://svn.apache.org/r1661510
Log:
Fix link to commons-inject.

Modified:
    commons/cms-site/trunk/content/xdoc/sandbox.xml

Modified: commons/cms-site/trunk/content/xdoc/sandbox.xml
URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/sandbox.xml?rev=1661510&r1=1661509&r2=1661510&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/sandbox.xml (original)
+++ commons/cms-site/trunk/content/xdoc/sandbox.xml Sun Feb 22 18:39:53 2015
@@ -52,7 +52,7 @@
             <td>Adds the feature of localized message bundles that consist of one or many localized texts that belong together. Think of an error message that consists of title, text, summary and error details.</td></tr>
         <tr><td><a href="sandbox/commons-id/">Id</a></td>
             <td>Id is a component used to generate identifiers.</td></tr>
-        <tr><td><a href="sandbox/commons-inject/">Id</a></td>
+        <tr><td><a href="sandbox/commons-inject/">Inject</a></td>
             <td>Implementation of JSR 330, a standards compliant dependency injection framework</td></tr>
         <tr><td><a href="sandbox/commons-javaflow/">Javaflow</a></td>
             <td>Continuation implementation to capture the state of the application.</td></tr>