Skip to content

Commit

Permalink
Processor: add a caption to the table in the javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jun 7, 2024
1 parent e53362e commit 7fc5d7b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/java/org/objectweb/asm/xml/Processor.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@
* system property {@code javax.xml.transform.TransformerFactory} must be set
* to one of the following values.
*
* <blockquote> <table border="1"> <tr> <td>jd.xslt</td>
* <blockquote> <table border="1">
* <caption>Configuring the system property</caption>
*
* <tr> <td>jd.xslt</td>
* <td>jd.xml.xslt.trax.TransformerFactoryImpl</td> </tr>
*
* <tr> <td>Saxon</td> <td>net.sf.saxon.TransformerFactoryImpl</td> </tr>
Expand Down

0 comments on commit 7fc5d7b

Please sign in to comment.