Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -4,6 +4,7 @@
4 4 import java.io.*;
5 5
6 6 import org.litesoft.core.simpletypes.*;
7 + import org.litesoft.core.typeutils.*;
7 8 import org.litesoft.core.util.*;
8 9
9 10 public class AttributeResourceOptionsResponseData implements Serializable
  @@ -21,7 +22,7 @@
21 22
22 23 public AttributeResourceOptionsResponseData( ResourceOptionsErrorType pErrorType )
23 24 {
24 - UtilsCommon.assertNotNull( "ErrorType", mErrorType = pErrorType );
25 + Objects.assertNotNull( "ErrorType", mErrorType = pErrorType );
25 26 }
26 27
27 28 public AttributeResourceOptionsResponseData( String pErrorText )