mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8136583: Core libraries should use blessed modifier order
Run blessed-modifier-order script (see bug) Reviewed-by: psandoz, chegar, alanb, plevart
This commit is contained in:
parent
b09c2b1601
commit
a2f0fe3c94
453 changed files with 1775 additions and 1775 deletions
|
@ -225,9 +225,9 @@ class HostPortrange {
|
|||
}
|
||||
|
||||
// these shouldn't leak outside the implementation
|
||||
final static int[] HTTP_PORT = {80, 80};
|
||||
final static int[] HTTPS_PORT = {443, 443};
|
||||
final static int[] NO_PORT = {-1, -1};
|
||||
static final int[] HTTP_PORT = {80, 80};
|
||||
static final int[] HTTPS_PORT = {443, 443};
|
||||
static final int[] NO_PORT = {-1, -1};
|
||||
|
||||
int[] defaultPort() {
|
||||
if (scheme.equals("http")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue