RFR: 8254275: Development to revise "value-based class" & apply to wrappers [v3]
Dan Smith
dlsmith at openjdk.java.net
Fri Oct 16 22:05:22 UTC 2020
On Fri, 16 Oct 2020 20:51:26 GMT, Roger Riggs <rriggs at openjdk.org> wrote:
>> Dan Smith has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Addressing review comments in ValueBased.html
>
> src/java.base/share/classes/java/lang/doc-files/ValueBased.html line 51:
>
>> 49: <li>do not have (or have deprecated any) accessible constructors;</li>
>> 50: <li>do not provide any other instance creation mechanism that promises
>> 51: a unique identity on each method call—in particular, any factory
>
> The mdash came out as "â" in the javadoc.
Hmm. That's annoying. In what context? Worked okay when I did a `make docs`...
Are character entities *supposed* to work? Or is the coding convention to stick strictly to ASCII?
-------------
PR: https://git.openjdk.java.net/valhalla/pull/222
More information about the valhalla-dev
mailing list