aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-06-07 00:14:12 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-06-07 00:14:12 +0000
commit1105ef4d878af1d3fb85e70538c15133f723eb3f (patch)
tree0ec5fd5dc3f8216ae288a7aa4330761c9a5f7884
parent81cdeeec7719872f1498ac1eeb99f3d406604ea5 (diff)
parent6c284a2c3b136231f2efe6fe4fc858d421e8afd0 (diff)
downloadicu4c-1105ef4d878af1d3fb85e70538c15133f723eb3f.tar.gz
Merge "Link to the upstream bug."
-rw-r--r--i18n/dcfmtsym.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n/dcfmtsym.cpp b/i18n/dcfmtsym.cpp
index 8271bef6..260110a3 100644
--- a/i18n/dcfmtsym.cpp
+++ b/i18n/dcfmtsym.cpp
@@ -74,7 +74,7 @@ DecimalFormatSymbols::DecimalFormatSymbols(const Locale& loc, UErrorCode& status
initialize(locale, status);
}
-// BEGIN android-added: we need a default constructor for performance.
+// BEGIN android-added: we need a default constructor for performance (http://bugs.icu-project.org/trac/ticket/7392).
// -------------------------------------
DecimalFormatSymbols::DecimalFormatSymbols()