Skip to content

Commit c0ab89b

Browse files
committed
Javadoc: Use semantic tag <em> instead of style tag <i>
1 parent 6d4ec2e commit c0ab89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/beanutils2/converters/ArrayConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
* <li><b><em>No Default</em></b> - use the {@link ArrayConverter#ArrayConverter(Class, Converter)} constructor to create a converter which throws a
5454
* {@link ConversionException} if the value is missing or invalid.</li>
5555
* <li><b><em>Default values</em></b> - use the {@link ArrayConverter#ArrayConverter(Class, Converter, int)} constructor to create a converter which returns a
56-
* <i>default value</i>. The <em>defaultSize</em> parameter controls the <em>default value</em> in the following way:
56+
* <em>default value</em>. The <em>defaultSize</em> parameter controls the <em>default value</em> in the following way:
5757
* <ul>
5858
* <li><em>defaultSize &lt; 0</em> - default is {@code null}</li>
5959
* <li><em>defaultSize = 0</em> - default is an array of length zero</li>

0 commit comments

Comments
 (0)