Subversion Repository Public Repository

litesoft

Diff Revisions 804 vs 849 for /trunk/Java/core/Anywhere/src/org/litesoft/core/simpletypes/Rect.java

Diff revisions: vs.
  @@ -6,12 +6,12 @@
6 6
7 7 public final class Rect extends CompareSupport<Rect> implements SimpleType
8 8 {
9 - private PointXY mPointXY;
10 - private SizeXY mSizeXY;
9 + private static final long serialVersionUID = 1L;
11 10
12 - /**
13 - * @deprecated - for Serialization
14 - */
11 + private /* final */ PointXY mPointXY;
12 + private /* final */ SizeXY mSizeXY;
13 +
14 + @SuppressWarnings({"deprecation", "UnusedDeclaration"}) @Deprecated /** for Serialization */
15 15 protected Rect()
16 16 {
17 17 }