On Fri, 24 Feb 2023 18:58:45 GMT, Lance Andersen <lan...@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