mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-22194 Fix javadoc error (self-closing element not allowed)
This commit is contained in:
parent
47b321f1fa
commit
461bcef128
1 changed files with 2 additions and 2 deletions
|
@ -79,11 +79,11 @@ import java.util.Map;
|
|||
* </tr>
|
||||
* <tr>
|
||||
* <td>{@code arguments.put("exp", new Date(…))}</td>
|
||||
* <td>{@code }$exp :datetime skeleton=yMMMdE~} <br/> {@code }$exp :datetime datestyle=full~}</td>
|
||||
* <td>{@code }$exp :datetime skeleton=yMMMdE~} <br> {@code }$exp :datetime datestyle=full~}</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>{@code arguments.put("val", 3.141592653)}</td>
|
||||
* <td>{@code }$val~} <br/> {@code }$val :number skeleton=(.####)~}</td>
|
||||
* <td>{@code }$val~} <br> {@code }$val :number skeleton=(.####)~}</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>No argument for fixed values known at build time</td>
|
||||
|
|
Loading…
Add table
Reference in a new issue