Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -2,7 +2,7 @@
2 2 package org.litesoft.core.simpletypes.nonpublic;
3 3
4 4 import org.litesoft.core.simpletypes.*;
5 - import org.litesoft.core.util.*;
5 + import org.litesoft.core.typeutils.*;
6 6
7 7 public abstract class AbstractFloatingPointLong<T extends AbstractFloatingPointLong<T>> extends LL_FloatingPointLong<T>
8 8 {
  @@ -22,7 +22,7 @@
22 22 {
23 23 throw new IllegalArgumentException( "DecimalPlaces can not be < 0" );
24 24 }
25 - UtilsCommon.assertNotNull( "NumericFormatControl", mFormatControl = pFormatControl );
25 + Objects.assertNotNull( "NumericFormatControl", mFormatControl = pFormatControl );
26 26 }
27 27
28 28 public NumericFormatControl getFormatControl()