mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
Merge
This commit is contained in:
commit
803cb8a768
80 changed files with 975 additions and 387 deletions
|
@ -893,7 +893,8 @@ public class ModuleDescriptor
|
|||
* integer or a string. Tokens are separated by the punctuation characters
|
||||
* {@code '.'}, {@code '-'}, or {@code '+'}, or by transitions from a
|
||||
* sequence of digits to a sequence of characters that are neither digits
|
||||
* nor punctuation characters, or vice versa.
|
||||
* nor punctuation characters, or vice versa. Consecutive repeated
|
||||
* punctuation characters are treated as a single punctuation character.
|
||||
*
|
||||
* <ul>
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue