Subversion Repository Public Repository

litesoft

Diff Revisions 916 vs 917 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/context/SecurityTypedVoDataProvider.java

Diff revisions: vs.
  @@ -1,13 +1,13 @@
1 1 package org.litesoft.GWT.client.context;
2 2
3 - import java.util.*;
4 -
5 3 import org.litesoft.bo.views.*;
6 4 import org.litesoft.core.*;
7 - import org.litesoft.core.typeutils.*;
5 + import org.litesoft.core.typeutils.Objects;
8 6 import org.litesoft.core.util.*;
9 7 import org.litesoft.security.*;
10 8
9 + import java.util.*;
10 +
11 11 public abstract class SecurityTypedVoDataProvider<T extends IViewObject> extends TypedVoDataProvider<T>
12 12 {
13 13 protected SecurityTypedVoDataProvider( VoMetaData<T> pMetaData )