Subversion Repository Public Repository

litesoft

Diff Revisions 2 vs 23 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/command/queue/CommandQueue.java

Diff revisions: vs.
  @@ -7,6 +7,7 @@
7 7 */
8 8 public class CommandQueue extends CommandQueueBase
9 9 {
10 + @Override
10 11 public void add( Command pCommand )
11 12 {
12 13 if ( addImpl( pCommand ) )
  @@ -15,6 +16,7 @@
15 16 }
16 17 }
17 18
19 + @Override
18 20 protected void scheduleRunIteration()
19 21 {
20 22 run();