RFR: 8283049: Fix non-singleton LoggerFinder error message: s/on/one [v2]
Carter Kozak
duke at openjdk.java.net
Fri Mar 11 19:18:55 UTC 2022
On Fri, 11 Mar 2022 19:07:59 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
>> Carter Kozak has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Add 8283049 to LoggerFinderLoaderTest @bug docs
>
> test/jdk/java/lang/System/LoggerFinder/internal/LoggerFinderLoaderTest/LoggerFinderLoaderTest.java line 233:
>
>> 231: }
>> 232: } else if (singleton) {
>> 233: if (!warning.contains("java.util.ServiceConfigurationError: More than one LoggerFinder implementation")) {
>
> please add 8283049 to the `@bug` list above since the test actually verifies the fix.
Updated, thanks!
-------------
PR: https://git.openjdk.java.net/jdk/pull/7780
More information about the core-libs-dev
mailing list