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:
Martin Buchholz 2015-09-15 21:56:04 -07:00
parent b09c2b1601
commit a2f0fe3c94
453 changed files with 1775 additions and 1775 deletions

View file

@ -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")) {