Subversion Repository Public Repository

litesoft

Diff Revisions 947 vs 950 for /trunk/Java/GWT/Dev/src/org/litesoft/GWT/client/dev/ui/actions/JQueryActionSpec.java

Diff revisions: vs.
  @@ -1,7 +1,7 @@
1 1 // This Source Code is in the Public Domain per: http://unlicense.org
2 2 package org.litesoft.GWT.client.dev.ui.actions;
3 3
4 - import org.litesoft.commonfoundation.typeutils.*;
4 + import org.litesoft.commonfoundation.base.*;
5 5
6 6 public class JQueryActionSpec extends ActionSpec
7 7 {
  @@ -28,7 +28,7 @@
28 28 public JQueryActionSpec(Event pEvent)
29 29 {
30 30 super(ActionSpecId.JQuery);
31 - mEvent = Objects.assertNotNull( "pEvent", pEvent );
31 + mEvent = Confirm.isNotNull( "pEvent", pEvent );
32 32 }
33 33
34 34 public Event getEvent()