Subversion Repository Public Repository

litesoft

Diff Revisions 712 vs 760 for /trunk/Java/GWT/Client/src/com/google/gwt/gen2/table/client/Grid.java

Diff revisions: vs.
  @@ -15,9 +15,9 @@
15 15 */
16 16 package com.google.gwt.gen2.table.client;
17 17
18 - import com.google.gwt.user.client.*;
18 + import org.litesoft.core.util.*;
19 19
20 - import org.litesoft.core.util.HTMLConstants;
20 + import com.google.gwt.user.client.*;
21 21
22 22 /**
23 23 * This class should replace the actual class of the same name.