Subversion Repository Public Repository

litesoft

Diff Revisions 821 vs 849 for /trunk/Java/GWT/Dev/src/org/litesoft/GWT/client/dev/ui/inspection/JQuerySelectionSpec.java

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