mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8276234: Trivially clean up locale-related code
Reviewed-by: redestad, naoto, iris
This commit is contained in:
parent
47e7a42594
commit
2eafa036c0
3 changed files with 12 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2021, 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
|
||||
|
@ -124,7 +124,7 @@ public final class JapaneseChronology extends AbstractChronology implements Seri
|
|||
static final LocalGregorianCalendar JCAL =
|
||||
(LocalGregorianCalendar) CalendarSystem.forName("japanese");
|
||||
|
||||
// Locale for creating a JapaneseImpericalCalendar.
|
||||
// Locale for creating a JapaneseImperialCalendar.
|
||||
static final Locale LOCALE = Locale.forLanguageTag("ja-JP-u-ca-japanese");
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue