Subversion Repository Public Repository

litesoft

Diff Revisions 941 vs 942 for /trunk/Java/core/Anywhere/src/org/litesoft/core/delayed/TimedRunnable.java

Diff revisions: vs.
  @@ -1,7 +1,7 @@
1 1 // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
2 2 package org.litesoft.core.delayed;
3 3
4 - import org.litesoft.core.simpletypes.temporal.*;
4 + import org.litesoft.commonfoundation.base.*;
5 5
6 6 public interface TimedRunnable
7 7 {