Subversion Repository Public Repository

litesoft

Diff Revisions 151 vs 849 for /trunk/Java/core/Anywhere/src/org/litesoft/bo/views/communication/AbstractCSrequestVOtype.java

Diff revisions: vs.
  @@ -6,11 +6,9 @@
6 6
7 7 public abstract class AbstractCSrequestVOtype implements CSrequest
8 8 {
9 - private String mForViewObjectRegisteredName;
9 + private /* final */ String mForViewObjectRegisteredName;
10 10
11 - /**
12 - * @deprecated for Serialization
13 - */
11 + @SuppressWarnings({"deprecation", "UnusedDeclaration"}) @Deprecated /** for Serialization */
14 12 protected AbstractCSrequestVOtype()
15 13 {
16 14 }