Fix javadoc.
[lgpl/argeo-commons.git] / org.argeo.enterprise / src / org / argeo / util / LangUtils.java
index 3c08db5145298a6325b180a1c9bf75451b2844bb..16229453776e04ed968457183aa225fd578d6c0a 100644 (file)
@@ -207,9 +207,9 @@ public class LangUtils {
         * COLLECTIONS
         */
        /**
-        * Convert a comma-separated or carrirer-return sperated {@link String} or a
-        * {@link String} array to a {@link List} of {@link String}, trimming them.
-        * Useful to quickly interpret OSGi services properties.
+        * Convert a comma-separated separated {@link String} or a {@link String} array
+        * to a {@link List} of {@link String}, trimming them. Useful to quickly
+        * interpret OSGi services properties.
         * 
         * @return a {@link List} containing the trimmed {@link String}s, or an empty
         *         {@link List} if the argument was <code>null</code>.