Subversion Repository Public Repository

litesoft

Diff Revisions 803 vs 804 for /trunk/Java/GWT/OldClient/src/org/litesoft/GWT/client/taskbar/nonpublic/MoveDockedWidgetContextPopup.java

Diff revisions: vs.
  @@ -1,9 +1,9 @@
1 1 // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
2 2 package org.litesoft.GWT.client.taskbar.nonpublic;
3 3
4 - import org.litesoft.GWT.client.*;
5 4 import org.litesoft.GWT.client.commands.*;
6 5 import org.litesoft.GWT.client.widgets.*;
6 + import org.litesoft.core.typeutils.*;
7 7
8 8 import com.google.gwt.user.client.*;
9 9 import com.google.gwt.user.client.ui.*;
  @@ -19,7 +19,7 @@
19 19 DOM.setElementAttribute( mGrid.getElement(), "width", "55" );
20 20 DOM.setElementAttribute( mGrid.getElement(), "height", "55" );
21 21
22 - UtilsGwt.assertNotNull( "Commands", pCommands );
22 + Objects.assertNotNull( "Commands", pCommands );
23 23
24 24 addIconCommand( 0, 1, pCommands.getMoveNorth() );
25 25 addIconCommand( 1, 0, pCommands.getMoveWest() );