Subversion Repository Public Repository

litesoft

Diff Revisions 49 vs 804 for /trunk/Java/core/jvm1.4/src/org/litesoft/ui/def/nonpublic/support/SimpleMoneyMetaData.java

Diff revisions: vs.
  @@ -3,6 +3,7 @@
3 3
4 4 import org.litesoft.core.simpletypes.*;
5 5 import org.litesoft.core.simpletypes.currency.*;
6 + import org.litesoft.core.typeutils.*;
6 7 import org.litesoft.core.util.*;
7 8 import org.litesoft.ui.support.*;
8 9
  @@ -28,7 +29,7 @@
28 29 {
29 30 super( pUsage, pDisabled, pHints, pExternalText, pTooltip, pRequired, pErrorTextForRequired,
30 31 pMaxChars, pPreferredWidth, null );
31 - UtilsCommon.assertNotNull( "Currency", mCurrency = pCurrency );
32 + Objects.assertNotNull( "Currency", mCurrency = pCurrency );
32 33 }
33 34
34 35 public SimpleCurrency getCurrency()