You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/04/03 15:06:51 UTC

svn commit: r1088277 - /commons/proper/discovery/trunk/src/site/xdoc/best-practices.xml

Author: simonetripodi
Date: Sun Apr  3 13:06:51 2011
New Revision: 1088277

URL: http://svn.apache.org/viewvc?rev=1088277&view=rev
Log:
fixed paragraph number

Modified:
    commons/proper/discovery/trunk/src/site/xdoc/best-practices.xml

Modified: commons/proper/discovery/trunk/src/site/xdoc/best-practices.xml
URL: http://svn.apache.org/viewvc/commons/proper/discovery/trunk/src/site/xdoc/best-practices.xml?rev=1088277&r1=1088276&r2=1088277&view=diff
==============================================================================
--- commons/proper/discovery/trunk/src/site/xdoc/best-practices.xml (original)
+++ commons/proper/discovery/trunk/src/site/xdoc/best-practices.xml Sun Apr  3 13:06:51 2011
@@ -245,7 +245,7 @@ is providing helper methods that 'wrap' 
 </p>
 
 <a name="Integrating into DI framework: Google Guice"></a>
-<h4>3.2  INTEGRATING INTO DI FRAMEWORKS : GOOGLE GUICE</h4>
+<h4>3.3  INTEGRATING INTO DI FRAMEWORKS : GOOGLE GUICE</h4>
 
 <p>Sometimes, a <code>DiscoverSingleton</code>/<code>Factory</code> approach like the one exposed above,
 is not enough, because you may require injecting dependencies in your discovered SPI.</p>