Subversion Repository Public Repository

litesoft

Diff Revisions 49 vs 849 for /trunk/Java/core/Anywhere/src/org/litesoft/bo/views/ServerTransactionSet.java

Diff revisions: vs.
  @@ -5,8 +5,11 @@
5 5
6 6 public class ServerTransactionSet extends TransactionSet
7 7 {
8 + private static final long serialVersionUID = 1L;
9 +
8 10 private static IDsource sIDsource = new IDsource();
9 11
12 + @SuppressWarnings({"deprecation", "UnusedDeclaration"}) @Deprecated /** for Serialization */
10 13 protected ServerTransactionSet()
11 14 {
12 15 }