Tidy up XML formatting in comment

This commit is contained in:
Luke Taylor 2006-05-31 21:56:16 +00:00
parent 9f41b9f470
commit da780e4567
1 changed files with 3 additions and 1 deletions

View File

@ -70,7 +70,9 @@ import javax.naming.directory.SearchControls;
* <!-- the following properties are shown with their default values -->
* <property name="searchSubTree"><value>false</value></property>
* <property name="rolePrefix"><value>ROLE_</value></property>
* &lt;property name="convertToUpperCase">&lt;value>true&lt;/value>&lt;/property>&lt;/bean></pre>A search for
* &lt;property name="convertToUpperCase">&lt;value>true&lt;/value>&lt;/property>
* &lt;/bean>
* </pre>A search for
* roles for user "uid=ben,ou=people,dc=acegisecurity,dc=org" would return the single granted authority
* "ROLE_DEVELOPER".</p>
*