This is an automated email from the ASF dual-hosted git repository.

mattjuntunen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new 278b472b fix javadoc table formatting
278b472b is described below

commit 278b472b98e15720dcd8d856aaafb2e7b5cb0ca6
Author: Matt Juntunen <mattjuntu...@apache.org>
AuthorDate: Tue Jun 14 23:16:17 2022 -0400

    fix javadoc table formatting
---
 .../commons/configuration2/interpol/ConfigurationInterpolator.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/configuration2/interpol/ConfigurationInterpolator.java
 
b/src/main/java/org/apache/commons/configuration2/interpol/ConfigurationInterpolator.java
index c0b1a8ad..25e7c9d3 100644
--- 
a/src/main/java/org/apache/commons/configuration2/interpol/ConfigurationInterpolator.java
+++ 
b/src/main/java/org/apache/commons/configuration2/interpol/ConfigurationInterpolator.java
@@ -199,8 +199,8 @@ public class ConfigurationInterpolator {
      * cause no defaults to be configured.
      * </p>
      *
-     * <p><strong>Default Lookups</strong></p>
      * <table>
+     * <caption>Default Lookups</caption>
      * <tr>
      *  <th>Prefix</th>
      *  <th>Lookup</th>
@@ -263,8 +263,8 @@ public class ConfigurationInterpolator {
      * </tr>
      * </table>
      *
-     * <p><strong>Additional Lookups (not included by default)</strong></p>
      * <table>
+     * <caption>Additional Lookups (not included by default)</caption>
      * <tr>
      *  <th>Prefix</th>
      *  <th>Lookup</th>

Reply via email to