Skip to content

Commit 1b385e5

Browse files
committed
Fix typos in Javadoc and comments
1 parent 376668f commit 1b385e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/beanutils2/locale/LocaleConvertUtilsBean.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ public Object convert(final String value, final Class<?> clazz, final String pat
210210
}
211211

212212
/**
213-
* Convert an array of specified values to an array of objects of the specified class (if possible) .
213+
* Convert an array of specified values to an array of objects of the specified class (if possible).
214214
*
215215
* @param values Value to be converted (may be null)
216216
* @param clazz Java array or element class to be converted to

0 commit comments

Comments
 (0)