Subversion Repository Public Repository

litesoft

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

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