[jboss-cvs] Picketlink SVN: r1375 - idm/trunk/picketlink-idm-core/src/main/java/org/picketlink/idm/impl/helper.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 6 17:27:40 EST 2012


Author: mposolda
Date: 2012-02-06 17:27:39 -0500 (Mon, 06 Feb 2012)
New Revision: 1375

Modified:
   idm/trunk/picketlink-idm-core/src/main/java/org/picketlink/idm/impl/helper/Tools.java
Log:
JBEPP-980 fix javadoc

Modified: idm/trunk/picketlink-idm-core/src/main/java/org/picketlink/idm/impl/helper/Tools.java
===================================================================
--- idm/trunk/picketlink-idm-core/src/main/java/org/picketlink/idm/impl/helper/Tools.java	2012-02-06 22:13:05 UTC (rev 1374)
+++ idm/trunk/picketlink-idm-core/src/main/java/org/picketlink/idm/impl/helper/Tools.java	2012-02-06 22:27:39 UTC (rev 1375)
@@ -291,11 +291,11 @@
 
    /**
     * Format whitespaces in DN records path. It won't affect whitespaces inside some record, but it will affect
-    * whitespaces at the beginning or at the end of single path argument.
+    * whitespaces at the beginning or at the end of single path argument. It also lowercase all letters.
     *
     * Examples:
-    * input="uid=root, ou=Organization, o=gatein,dc=example,dc=com " , output="uid=root,ou=Organization,o=gatein,dc=example,dc=com"
-    * input="uid=root, ou=My Big Organization Unit,o=gatein org,dc= example ,dc=com " , output="uid=root,ou=My Big Organization Unit,o=gatein org,dc=example,dc=com"
+    * input="uid=root, ou=Organization, o=gatein,dc=example,dc=com " , output="uid=root,ou=organization,o=gatein,dc=example,dc=com"
+    * input="uid=root, ou=My Big Organization Unit,o=gatein org,dc= example ,dc=com " , output="uid=root,ou=my big organization unit,o=gatein org,dc=example,dc=com"
     *
     * @param inputDn
     * @return formatted inputDn



More information about the jboss-cvs-commits mailing list