File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
src/main/java/org/apache/commons/beanutils/converters Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818
1919
2020/**
21- * {@link org.apache.commons.beanutils.Converter} implementaion that handles conversion
21+ * {@link org.apache.commons.beanutils.Converter} implementation that handles conversion
2222 * to and from <strong>java.lang.Character</strong> objects.
2323 * <p>
2424 * Can be configured to either return a <em>default value</em> or throw a
Original file line number Diff line number Diff line change 1717package org .apache .commons .beanutils .converters ;
1818
1919/**
20- * {@link org.apache.commons.beanutils.Converter} implementaion that handles conversion
20+ * {@link org.apache.commons.beanutils.Converter} implementation that handles conversion
2121 * to and from <strong>java.lang.Class</strong> objects.
2222 * <p>
2323 * The class will be loaded from the thread context class
Original file line number Diff line number Diff line change 2727import org .apache .commons .beanutils .ConversionException ;
2828
2929/**
30- * {@link org.apache.commons.beanutils.Converter} implementaion
30+ * {@link org.apache.commons.beanutils.Converter} implementation
3131 * that handles conversion to and from <strong>date/time</strong> objects.
3232 * <p>
3333 * This implementation handles conversion for the following
Original file line number Diff line number Diff line change 1919import java .io .File ;
2020
2121/**
22- * {@link org.apache.commons.beanutils.Converter} implementaion that handles conversion
22+ * {@link org.apache.commons.beanutils.Converter} implementation that handles conversion
2323 * to and from <strong>java.io.File</strong> objects.
2424 * <p>
2525 * Can be configured to either return a <em>default value</em> or throw a
Original file line number Diff line number Diff line change 2929import org .apache .commons .beanutils .ConversionException ;
3030
3131/**
32- * {@link org.apache.commons.beanutils.Converter} implementaion that handles conversion
32+ * {@link org.apache.commons.beanutils.Converter} implementation that handles conversion
3333 * to and from <strong>java.lang.Number</strong> objects.
3434 * <p>
3535 * This implementation handles conversion for the following
Original file line number Diff line number Diff line change 1919import java .net .URL ;
2020
2121/**
22- * {@link org.apache.commons.beanutils.Converter} implementaion that handles conversion
22+ * {@link org.apache.commons.beanutils.Converter} implementation that handles conversion
2323 * to and from <strong>java.net.URL</strong> objects.
2424 * <p>
2525 * Can be configured to either return a <em>default value</em> or throw a
You can’t perform that action at this time.
0 commit comments