Skip to content

Commit

Permalink
Javadoc: Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 8, 2024
1 parent d5c0605 commit ab0dc2d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


/**
* {@link org.apache.commons.beanutils.Converter} implementaion that handles conversion
* {@link org.apache.commons.beanutils.Converter} implementation that handles conversion
* to and from <strong>java.lang.Character</strong> objects.
* <p>
* Can be configured to either return a <em>default value</em> or throw a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package org.apache.commons.beanutils.converters;

/**
* {@link org.apache.commons.beanutils.Converter} implementaion that handles conversion
* {@link org.apache.commons.beanutils.Converter} implementation that handles conversion
* to and from <strong>java.lang.Class</strong> objects.
* <p>
* The class will be loaded from the thread context class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import org.apache.commons.beanutils.ConversionException;

/**
* {@link org.apache.commons.beanutils.Converter} implementaion
* {@link org.apache.commons.beanutils.Converter} implementation
* that handles conversion to and from <strong>date/time</strong> objects.
* <p>
* This implementation handles conversion for the following
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import java.io.File;

/**
* {@link org.apache.commons.beanutils.Converter} implementaion that handles conversion
* {@link org.apache.commons.beanutils.Converter} implementation that handles conversion
* to and from <strong>java.io.File</strong> objects.
* <p>
* Can be configured to either return a <em>default value</em> or throw a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import org.apache.commons.beanutils.ConversionException;

/**
* {@link org.apache.commons.beanutils.Converter} implementaion that handles conversion
* {@link org.apache.commons.beanutils.Converter} implementation that handles conversion
* to and from <strong>java.lang.Number</strong> objects.
* <p>
* This implementation handles conversion for the following
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import java.net.URL;

/**
* {@link org.apache.commons.beanutils.Converter} implementaion that handles conversion
* {@link org.apache.commons.beanutils.Converter} implementation that handles conversion
* to and from <strong>java.net.URL</strong> objects.
* <p>
* Can be configured to either return a <em>default value</em> or throw a
Expand Down

0 comments on commit ab0dc2d

Please sign in to comment.