From 2819d34c31d37db835a2167cec52b2470c68e215 Mon Sep 17 00:00:00 2001 From: Mark Davis Date: Fri, 1 Jul 2005 16:01:40 +0000 Subject: [PATCH] ICU-4526 added parameter tag X-SVN-Rev: 18113 --- icu4j/src/com/ibm/icu/util/Currency.java | 1 + 1 file changed, 1 insertion(+) diff --git a/icu4j/src/com/ibm/icu/util/Currency.java b/icu4j/src/com/ibm/icu/util/Currency.java index e296f58adb8..7db91e10a72 100644 --- a/icu4j/src/com/ibm/icu/util/Currency.java +++ b/icu4j/src/com/ibm/icu/util/Currency.java @@ -596,6 +596,7 @@ public class Currency extends MeasureUnit implements Serializable { * Constructs a currency object for the given ISO 4217 3-letter * code. This constructor assumes that the code is valid. * + * @param theISOCode The iso code used to construct the currency. * @draft ICU 3.4 * @deprecated This is a draft API and might change in a future release of ICU. */