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) 2000, 2017, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2000, 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
|
||||
|
@ -36,7 +36,7 @@ import java.io.ObjectStreamException;
|
|||
* and <a href="http://www.ietf.org/rfc/rfc2365.txt"><i>RFC 2365:
|
||||
* Administratively Scoped IP Multicast</i></a>
|
||||
*
|
||||
* <h3> <a id="format">Textual representation of IP addresses</a> </h3>
|
||||
* <h2> <a id="format">Textual representation of IP addresses</a> </h2>
|
||||
*
|
||||
* Textual representation of IPv4 address used as input to methods
|
||||
* takes one of the following forms:
|
||||
|
@ -70,7 +70,7 @@ import java.io.ObjectStreamException;
|
|||
* <p> For methods that return a textual representation as output
|
||||
* value, the first form, i.e. a dotted-quad string, is used.
|
||||
*
|
||||
* <h4> The Scope of a Multicast Address </h4>
|
||||
* <h3> The Scope of a Multicast Address </h3>
|
||||
*
|
||||
* Historically the IPv4 TTL field in the IP header has doubled as a
|
||||
* multicast scope field: a TTL of 0 means node-local, 1 means
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue