On Wed, 5 May 2021 18:53:50 GMT, Joe Darcy <da...@openjdk.org> wrote:

>> src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
>>  line 1769:
>> 
>>> 1767: compiler.warn.strictfp=\
>>> 1768:     as of release 17, all floating-point expressions are evaluated 
>>> strictly and ''strictfp'' is not required
>>> 1769: 
>> 
>> Nitpick: Three other uses of floating point in the same file use the 
>> non-hyphenated form.
>
> As an adjective "floating-point" rather than "floating point" is the more 
> correct construction. JLS uses "floating-point" consistently. I'd prefer to 
> change the other three occurrences to "floating-point" for consistency rather 
> than changing this one to "floating point".

Pushed an update to use "floating-point" consistently.

-------------

PR: https://git.openjdk.java.net/jdk/pull/3831

Reply via email to