Was calling wrong method.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1897 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -51,7 +51,7 @@ public class CurrencyTool
|
||||
*/
|
||||
public String dollarsPennies (double value)
|
||||
{
|
||||
return CurrencyUtil.dollars(value);
|
||||
return CurrencyUtil.dollarsPennies(value);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user