8293009: Remove unused field 'millisPerHour' in DateFormatSymbols
Reviewed-by: naoto, jpai
This commit is contained in:
parent
f3ebb420b7
commit
d3d2e669b7
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1996, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1996, 2022, 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
|
||||
@ -697,11 +697,6 @@ public class DateFormatSymbols implements Serializable, Cloneable {
|
||||
|
||||
// =======================privates===============================
|
||||
|
||||
/**
|
||||
* Useful constant for defining time zone offsets.
|
||||
*/
|
||||
static final int millisPerHour = 60*60*1000;
|
||||
|
||||
/**
|
||||
* Cache to hold DateFormatSymbols instances per Locale.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user