]> granicus.if.org Git - icu/commitdiff
ICU-22194 Fix javadoc error (self-closing element not allowed)
authorMihai Nita <nmihai_2000@yahoo.com>
Sat, 11 Feb 2023 08:32:06 +0000 (00:32 -0800)
committerMihai Nita <nmihai_2000@yahoo.com>
Tue, 14 Feb 2023 00:30:28 +0000 (16:30 -0800)
icu4j/main/classes/core/src/com/ibm/icu/message2/MessageFormatter.java

index 4e9bc13a9441e193772642a623fcbc2fd49ce3d7..7514f376bacdf378cf262eafef48f233c4a7a5ba 100644 (file)
@@ -79,11 +79,11 @@ import java.util.Map;
  *   </tr>
  *   <tr>
  *     <td>{@code arguments.put("exp", new Date(…))}</td>
- *     <td>{@code &#125;$exp :datetime skeleton=yMMMdE&#126;} <br/> {@code &#125;$exp :datetime datestyle=full&#126;}</td>
+ *     <td>{@code &#125;$exp :datetime skeleton=yMMMdE&#126;} <br> {@code &#125;$exp :datetime datestyle=full&#126;}</td>
  *   </tr>
  *   <tr>
  *     <td>{@code arguments.put("val", 3.141592653)}</td>
- *     <td>{@code &#125;$val&#126;} <br/> {@code &#125;$val :number skeleton=(.####)&#126;}</td>
+ *     <td>{@code &#125;$val&#126;} <br> {@code &#125;$val :number skeleton=(.####)&#126;}</td>
  *   </tr>
  *   <tr>
  *     <td>No argument for fixed values known at build time</td>