blob: 22b32391339630cc6c67172dc601cbeae44e4d3b [file] [log] [blame]
/*
*******************************************************************************
* Copyright (C) 2011, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
package com.ibm.icu.util;
/*
* Empty stub
*/
public class CurrencyAmount {
private CurrencyAmount() {}
}