RFR: 8293009: Remove unused field 'millisPerHour' in DateFormatSymbols
Field `java.text.DateFormatSymbols#millisPerHour` is unused. It was unused in initial OpenJDK sources. ------------- Commit messages: - [PATCH] Unused field DateFormatSymbols.millisPerHour Changes: https://git.openjdk.org/jdk/pull/10005/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=10005&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8293009 Stats: 6 lines in 1 file changed: 0 ins; 5 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/10005.diff Fetch: git fetch https://git.openjdk.org/jdk pull/10005/head:pull/10005 PR: https://git.openjdk.org/jdk/pull/10005
On Wed, 24 Aug 2022 19:22:51 GMT, Andrey Turbanov <aturbanov@openjdk.org> wrote:
Field `java.text.DateFormatSymbols#millisPerHour` is unused. It was unused in initial OpenJDK sources.
This looks good too. ------------- Marked as reviewed by naoto (Reviewer). PR: https://git.openjdk.org/jdk/pull/10005
On Wed, 24 Aug 2022 19:22:51 GMT, Andrey Turbanov <aturbanov@openjdk.org> wrote:
Field `java.text.DateFormatSymbols#millisPerHour` is unused. It was unused in initial OpenJDK sources.
Marked as reviewed by jpai (Reviewer). ------------- PR: https://git.openjdk.org/jdk/pull/10005
On Wed, 24 Aug 2022 19:22:51 GMT, Andrey Turbanov <aturbanov@openjdk.org> wrote:
Field `java.text.DateFormatSymbols#millisPerHour` is unused. It was unused in initial OpenJDK sources.
This pull request has now been integrated. Changeset: d3d2e669 Author: Andrey Turbanov <aturbanov@openjdk.org> URL: https://git.openjdk.org/jdk/commit/d3d2e669b7bdfbd91cab7b918bc62cf1879cc95b Stats: 6 lines in 1 file changed: 0 ins; 5 del; 1 mod 8293009: Remove unused field 'millisPerHour' in DateFormatSymbols Reviewed-by: naoto, jpai ------------- PR: https://git.openjdk.org/jdk/pull/10005
participants (3)
-
Andrey Turbanov
-
Jaikiran Pai
-
Naoto Sato