Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -3,11 +3,11 @@
3 3
4 4 public class ResourceKeyNameURL extends StringKeyValuePair<ResourceKeyNameURL>
5 5 {
6 - private String mURL;
6 + private static final long serialVersionUID = 1L;
7 7
8 - /**
9 - * @deprecated - for Serialization
10 - */
8 + private /* final */ String mURL;
9 +
10 + @SuppressWarnings({"deprecation", "UnusedDeclaration"}) @Deprecated /** for Serialization */
11 11 protected ResourceKeyNameURL()
12 12 {
13 13 }
  @@ -25,7 +25,7 @@
25 25
26 26 protected String getWhatWeAre()
27 27 {
28 - return "ImageNamedURLKeyValuePair";
28 + return "ResourceKeyNameURL";
29 29 }
30 30
31 31 protected String LLtoStringSuffix()