RFR: 8282319: java.util.Locale method to stream available Locales [v3]
Justin Lu
jlu at openjdk.org
Fri Feb 24 22:00:21 UTC 2023
On Fri, 24 Feb 2023 18:58:45 GMT, Lance Andersen <lancea at openjdk.org> wrote:
>> From what I saw in other methods, `@return ...` goes on the bottom (like the line I removed), but the javadoc 16 tag `{@return ... }` goes on the top.
>
> OK but then we should be consistent and update all of the methods to use the new tag or revert the change for consistency
Makes sense, will look at both Locale and LocaleServiceProviderPool and update the methods that are applicable for {@return ..}. Thanks Lance
-------------
PR: https://git.openjdk.org/jdk/pull/12269
More information about the core-libs-dev
mailing list