Subversion Repository Public Repository

litesoft

Diff Revisions 151 vs 849 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/shared/rpc/BoListRequest.java

Diff revisions: vs.
  @@ -8,9 +8,11 @@
8 8 */
9 9 public class BoListRequest<T extends BoAccessor> implements AppRequest<BoListResponse<T>>
10 10 {
11 - private String mBoName;
11 + private static final long serialVersionUID = 1L;
12 12
13 - @Deprecated
13 + private /* final */ String mBoName;
14 +
15 + @SuppressWarnings({"deprecation", "UnusedDeclaration"}) @Deprecated /** for Serialization */
14 16 protected BoListRequest()
15 17 {
16 18 }