Subversion Repository Public Repository

litesoft

Diff Revisions 803 vs 804 for /trunk/Java/core/Server/src/org/litesoft/orsup/nonpublic/AbstractORFacilitatorCarrier.java

Diff revisions: vs.
  @@ -1,6 +1,7 @@
1 1 // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
2 2 package org.litesoft.orsup.nonpublic;
3 3
4 + import org.litesoft.core.typeutils.*;
4 5 import org.litesoft.encryption.symmetric.*;
5 6 import org.litesoft.orsup.base.*;
6 7 import org.litesoft.orsup.selection.*;
  @@ -14,7 +15,7 @@
14 15
15 16 protected AbstractORFacilitatorCarrier( ORFacilitatorInternalExtension pCommonSupport )
16 17 {
17 - Utils.assertNotNull( "CommonSupportInternalExtension", mCommonSupport = pCommonSupport );
18 + Objects.assertNotNull( "CommonSupportInternalExtension", mCommonSupport = pCommonSupport );
18 19 }
19 20
20 21 protected final ORFacilitatorInternalExtension getCommonSupport()