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 2010/09/01 22:14:35 UTC

svn commit: r991685 - /commons/proper/digester/trunk/src/site/xdoc/plugins.xml

Author: simonetripodi
Date: Wed Sep  1 20:14:35 2010
New Revision: 991685

URL: http://svn.apache.org/viewvc?rev=991685&view=rev
Log:
fixed plugins.strategies introduction

Modified:
    commons/proper/digester/trunk/src/site/xdoc/plugins.xml

Modified: commons/proper/digester/trunk/src/site/xdoc/plugins.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/site/xdoc/plugins.xml?rev=991685&r1=991684&r2=991685&view=diff
==============================================================================
--- commons/proper/digester/trunk/src/site/xdoc/plugins.xml (original)
+++ commons/proper/digester/trunk/src/site/xdoc/plugins.xml Wed Sep  1 20:14:35 2010
@@ -245,8 +245,8 @@ created.</p>
 
     <section name="Plugin strategies">
       <p>
-This package contains "rule-finding" strategy classes, and their associated
-"helper" loader classes.</p>
+The <code>plugins.strategies</code> package contains "rule-finding" strategy
+classes, and their associated "helper" loader classes.</p>
 <p>
 Note that you do not need to understand or deal with any of the classes in
 this package in order to use the plugins functionality. If you wish to use