mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8293009: Remove unused field 'millisPerHour' in DateFormatSymbols
Reviewed-by: naoto, jpai
This commit is contained in:
parent
f3ebb420b7
commit
d3d2e669b7
1 changed files with 1 additions and 6 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue