RFR: JDK-8287838: Update Float and Double to use snippets

liach duke at openjdk.java.net
Mon Jun 6 13:47:40 UTC 2022


On Sun, 5 Jun 2022 21:19:37 GMT, Joe Darcy <darcy at openjdk.org> wrote:

> Various code blocks in Float and Double would be better as snippets.

src/java.base/share/classes/java/lang/Double.java line 643:

> 641:      * expression below can be used to screen the input string:
> 642:      *
> 643:      *  {@snippet lang="java" :

Mind remove the extra space before `{`?

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

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


More information about the core-libs-dev mailing list