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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new fe547bd56 Fix the Javadoc for OMDataSourceExt
fe547bd56 is described below

commit fe547bd56035d20f7d2346b18e42e62c1b102221
Author: Andreas Veithen-Knowles <[email protected]>
AuthorDate: Tue Oct 21 21:37:02 2025 +0000

    Fix the Javadoc for OMDataSourceExt
---
 .../main/java/org/apache/axiom/om/OMDataSourceExt.java   | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/axiom-api/src/main/java/org/apache/axiom/om/OMDataSourceExt.java 
b/axiom-api/src/main/java/org/apache/axiom/om/OMDataSourceExt.java
index ed5d730f2..b4c9c5f1a 100644
--- a/axiom-api/src/main/java/org/apache/axiom/om/OMDataSourceExt.java
+++ b/axiom-api/src/main/java/org/apache/axiom/om/OMDataSourceExt.java
@@ -24,14 +24,16 @@ import java.io.UnsupportedEncodingException;
 /**
  * Interface to a backing object that can can be read and written as XML.
  * 
- * To plug an arbitrary object into an OM tree.  Follow these steps
- *  1) Provide a class that implements OMDataSourceExt.
- *  2) Use OMFactory.createOMElement(OMDataSource, String, OMNamespace) to 
build an
- *     OMSourcedElement.
- *  3) Add the OMSourcedElement to the OM tree.
+ * <p>To plug an arbitrary object into an OM tree.  Follow these steps
+ * <ol>
+ *   <li>Provide a class that implements {@code OMDataSourceExt}.
+ *   <li>Use {@link OMFactory#createOMElement(OMDataSource, String, 
OMNamespace)} to build an
+ *       {@link OMSourcedElement}.
+ *   <li>Add the {@link OMSourcedElement} to the OM tree.
+ * </ol>
  * 
- * OMDataSourceExt provides additional methods that are not available on the
- * original OMDataSource.
+ * <p>{@code OMDataSourceExt} provides additional methods that are not 
available on the
+ * original {@link OMDataSource}.
  * 
  * @see OMDataSource
  * @see OMSourcedElement

Reply via email to