Skip to content

Commit 0841e5e

Browse files
committed
Fix broken Javadoc HTML tags
1 parent 6d568b0 commit 0841e5e

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

src/main/java/org/apache/commons/beanutils2/ConvertUtilsBean.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -532,8 +532,9 @@ private void registerArrays(final boolean throwException, final int defaultArray
532532

533533
/**
534534
* Registers the converters for other types.
535-
* </p>
535+
* <p>
536536
* This method registers the following converters:
537+
* </p>
537538
* <ul>
538539
* <li>{@code Class.class} - {@link ClassConverter}</li>
539540
* <li>{@code Enum.class} - {@link EnumConverter}</li>
@@ -605,8 +606,9 @@ private void registerOther(final boolean throwException) {
605606

606607
/**
607608
* Registers the converters for primitive types.
608-
* </p>
609+
* <p>
609610
* This method registers the following converters:
611+
* </p>
610612
* <ul>
611613
* <li>{@code Boolean.TYPE} - {@link BooleanConverter}</li>
612614
* <li>{@code Byte.TYPE} - {@link ByteConverter}</li>
@@ -634,8 +636,9 @@ private void registerPrimitives(final boolean throwException) {
634636

635637
/**
636638
* Registers the converters for standard types.
637-
* </p>
639+
* <p>
638640
* This method registers the following converters:
641+
* </p>
639642
* <ul>
640643
* <li>{@code BigDecimal.class} - {@link BigDecimalConverter}</li>
641644
* <li>{@code BigInteger.class} - {@link BigIntegerConverter}</li>

src/main/java/org/apache/commons/beanutils2/LazyDynaList.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -596,14 +596,12 @@ public DynaBean[] toDynaBeanArray() {
596596
}
597597

598598
/**
599-
* <p>
600599
* Transform the element into a DynaBean:
601-
* </p>
602-
*
603600
* <ul>
604601
* <li>Map elements are turned into LazyDynaMap's.</li>
605602
* <li>POJO Beans are "wrapped" in a WrapDynaBean.</li>
606-
* <li>DynaBeans are unchanged.</li></li>
603+
* <li>DynaBeans are unchanged.</li>
604+
* </ul>
607605
*
608606
* @param element The element to transformed.
609607
* @return The DynaBean to store in the List.

0 commit comments

Comments
 (0)