Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
naotoj committed Oct 19, 2023
1 parent 9cf334f commit 0410bac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/java.base/share/classes/java/text/ListFormat.java
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,10 @@ public AttributedCharacterIterator formatToCharacterIterator(Object arguments) {

/**
* Checks if this {@code ListFormat} is equal to another {@code ListFormat}.
* The comparison is based on the {@code Locale} and formatting patterns, given or
* generated with {@code Locale}, {@code Type}, and {@code Style}.
* The comparison is based on the {@code Locale} and formatting patterns, where
* formatting patterns is given with {@link #getInstance(String[])} or
* derived from {@code Locale}, {@code Type}, and {@code Style}, with
* {@link #getInstance(Locale, Type, Style)}.
* @param obj the object to check, {@code null} returns {@code false}
* @return {@code true} if this is equals to the other {@code ListFormat}
*/
Expand Down

0 comments on commit 0410bac

Please sign in to comment.