Subversion Repository Public Repository

litesoft

Diff Revisions 193 vs 222 for /trunk/Java/KeyHole/src/org/litesoft/aokeyhole/AbstractMain.java

Diff revisions: vs.
  @@ -21,7 +21,7 @@
21 21 NewObjectTypeSelectionListener,
22 22 ChangeCallback
23 23 {
24 - private static final String BASE_VERSION = "1.28";
24 + private static final String BASE_VERSION = "1.29";
25 25
26 26 private BlockingQueue<Runnable> mNonUIrunnables = new LinkedBlockingQueue<Runnable>();
27 27 // Constructor...
  @@ -70,6 +70,7 @@
70 70 mVersion = BASE_VERSION + "-" + mSystemMetaData.getVersion();
71 71 }
72 72
73 + @SuppressWarnings({"UnusedDeclaration"})
73 74 public String getVersion()
74 75 {
75 76 return mVersion;
  @@ -80,6 +81,7 @@
80 81 return mSystemMetaData;
81 82 }
82 83
84 + @SuppressWarnings({"UnusedDeclaration"})
83 85 public SubSystemMetaData getSubSystemForSaving()
84 86 {
85 87 return mSubSystemForSaving;