Subversion Repository Public Repository

litesoft

Diff Revisions 947 vs 948 for /trunk/Java/GWT/OldClient/src/org/litesoft/GWT/client/taskbar/nonpublic/TaskbarCssBackgroundCommandMoveEast.java

Diff revisions: vs.
  @@ -3,10 +3,8 @@
3 3
4 4 import org.litesoft.GWT.client.widgets.*;
5 5
6 - public class TaskbarCssBackgroundCommandMoveEast extends TaskbarCssBackgroundCommandMove
7 - {
8 - protected TaskbarCssBackgroundCommandMoveEast( SizeableDockingPanel pDockingPanel )
9 - {
6 + public class TaskbarCssBackgroundCommandMoveEast extends TaskbarCssBackgroundCommandMove {
7 + protected TaskbarCssBackgroundCommandMoveEast( SizeableDockingPanel pDockingPanel ) {
10 8 super( pDockingPanel, NEWSposition.EAST, "Dock Right" );
11 9 }
12 10 }