mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8220249: fix headings in java.compiler
Reviewed-by: erikj, darcy
This commit is contained in:
parent
7bb74f80da
commit
2df0f4b4dd
52 changed files with 250 additions and 250 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2003, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -155,7 +155,7 @@ import sun.util.locale.provider.ResourceBundleBasedAdapter;
|
|||
* {@link #reset} method will reset the value of the scanner's radix to
|
||||
* {@code 10} regardless of whether it was previously changed.
|
||||
*
|
||||
* <h3> <a id="localized-numbers">Localized numbers</a> </h3>
|
||||
* <h2> <a id="localized-numbers">Localized numbers</a> </h2>
|
||||
*
|
||||
* <p> An instance of this class is capable of scanning numbers in the standard
|
||||
* formats as well as in the formats of the scanner's locale. A scanner's
|
||||
|
@ -216,7 +216,7 @@ import sun.util.locale.provider.ResourceBundleBasedAdapter;
|
|||
* getInfinity()}
|
||||
* </dl></blockquote>
|
||||
*
|
||||
* <h4> <a id="number-syntax">Number syntax</a> </h4>
|
||||
* <h3> <a id="number-syntax">Number syntax</a> </h3>
|
||||
*
|
||||
* <p> The strings that can be parsed as numbers by an instance of this class
|
||||
* are specified in terms of the following regular-expression grammar, where
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue