From f647205f8594dfd5014e3bce0ec4c3ff8e710abf Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Thu, 14 Jan 2021 12:00:04 +0100 Subject: [PATCH] Fix javadoc. --- org.argeo.enterprise/src/org/argeo/util/LangUtils.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/org.argeo.enterprise/src/org/argeo/util/LangUtils.java b/org.argeo.enterprise/src/org/argeo/util/LangUtils.java index 3c08db514..162294537 100644 --- a/org.argeo.enterprise/src/org/argeo/util/LangUtils.java +++ b/org.argeo.enterprise/src/org/argeo/util/LangUtils.java @@ -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 null. -- 2.30.2