Subversion Repository Public Repository

litesoft

Diff Revisions 803 vs 804 for /trunk/Java/core/Anywhere/src/org/litesoft/core/simpletypes/currency/SimpleCurrency.java

Diff revisions: vs.
  @@ -77,7 +77,7 @@
77 77 {
78 78 throw new IllegalArgumentException( "DefaultFractionDigits can not be < 0" );
79 79 }
80 - UtilsCommon.assertNotNull( "NumericFormatControl", mFormatControl = pFormatControl );
80 + Objects.assertNotNull( "NumericFormatControl", mFormatControl = pFormatControl );
81 81 }
82 82
83 83 public String getCurrencyCode()