Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 723c869

Browse files
12wrigjacopybara-github
authored andcommitted
Remove nested provided namespaces goog.i18n.currency.CurrencyInfo and CurrencyInfoTier2.
RELNOTES: Remove CurrencyInfo and CurrencyInfoTier2 provides, as they can be accessed from the goog.i18n.currency provide. PiperOrigin-RevId: 503514034 Change-Id: I9843720ebb703f6f1061fd0efb8f13c927ab1d20
1 parent 53af1cd commit 723c869

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

closure/goog/i18n/currency.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424

2525

2626
goog.provide('goog.i18n.currency');
27-
goog.provide('goog.i18n.currency.CurrencyInfo');
28-
goog.provide('goog.i18n.currency.CurrencyInfoTier2');
2927

3028

3129
/**

closure/goog/i18n/currency_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ goog.setTestOnly();
99

1010
const NumberFormat = goog.require('goog.i18n.NumberFormat');
1111
const PropertyReplacer = goog.require('goog.testing.PropertyReplacer');
12-
const RawCurrencyInfo = goog.require('goog.i18n.currency.CurrencyInfo');
1312
const currency = goog.require('goog.i18n.currency');
1413
const googObject = goog.require('goog.object');
1514
const testSuite = goog.require('goog.testing.testSuite');
1615

16+
const RawCurrencyInfo = currency.CurrencyInfo;
1717
let CurrencyInfo = RawCurrencyInfo;
1818

1919
const stubs = new PropertyReplacer();

closure/goog/i18n/numberformat.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ goog.require('goog.i18n.NumberFormatSymbols');
2525
goog.require('goog.i18n.NumberFormatSymbolsType');
2626
goog.require('goog.i18n.NumberFormatSymbols_u_nu_latn');
2727
goog.require('goog.i18n.currency');
28-
goog.require('goog.i18n.currency.CurrencyInfo');
2928
goog.require('goog.math');
3029
goog.require('goog.string');
3130

0 commit comments

Comments
 (0)