Subversion Repository Public Repository

litesoft

Diff Revisions 65 vs 66 for /trunk/Java/core/Server/src/org/litesoft/orsup/selection/OrderBy.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.orsup.selection;
3 3
4 - import org.litesoft.core.util.*;
4 + import org.litesoft.orsup.selection.nonpublic.*;
5 5
6 6 /**
7 7 * An abstract representation of a SQL <i>ORDER BY</i> clause.<p>