mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8202484: Unused field in TimeZone
Reviewed-by: lancea
This commit is contained in:
parent
0e7d8874a9
commit
d071f0e344
1 changed files with 1 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1996, 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1996, 2018, 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
|
||||
|
@ -784,9 +784,6 @@ public abstract class TimeZone implements Serializable, Cloneable {
|
|||
static final String GMT_ID = "GMT";
|
||||
private static final int GMT_ID_LENGTH = 3;
|
||||
|
||||
// a static TimeZone we can reference if no AppContext is in place
|
||||
private static volatile TimeZone mainAppContextDefault;
|
||||
|
||||
/**
|
||||
* Parses a custom time zone identifier and returns a corresponding zone.
|
||||
* This method doesn't support the RFC 822 time zone format. (e.g., +hhmm)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue