ICU-4585 update tags, docs for 3.4

X-SVN-Rev: 17912
This commit is contained in:
Doug Felt 2005-06-16 20:43:27 +00:00
parent a35dd1398f
commit 22047fec39

View File

@ -596,6 +596,9 @@ 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.
*
* @draft ICU 3.4
* @deprecated This is a draft API and might change in a future release of ICU.
*/
protected Currency(String theISOCode) {
isoCode = theISOCode;