浏览代码

Tidy up XML formatting in comment

Luke Taylor 19 年之前
父节点
当前提交
da780e4567

+ 3 - 1
core/src/main/java/org/acegisecurity/providers/ldap/populator/DefaultLdapAuthoritiesPopulator.java

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