summaryrefslogtreecommitdiff
path: root/sources/prefs/VSPrefs.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-06-01 19:28:00 +0000
committerPaul Buetow <paul@buetow.org>2008-06-01 19:28:00 +0000
commit00120474f64906e34fa79ce6ac8eede521c320d5 (patch)
tree88146a9507716ba40f10b01d55e14670a364f605 /sources/prefs/VSPrefs.java
parent9a0fc6463ac1bca1ec05056fb4f84163d1e9fc26 (diff)
initial complete serialization support
Diffstat (limited to 'sources/prefs/VSPrefs.java')
-rw-r--r--sources/prefs/VSPrefs.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/sources/prefs/VSPrefs.java b/sources/prefs/VSPrefs.java
index b4a9f73..6143e68 100644
--- a/sources/prefs/VSPrefs.java
+++ b/sources/prefs/VSPrefs.java
@@ -92,10 +92,10 @@ public class VSPrefs implements Serializable {
protected final static String PREFERENCES_FILENAME = "vs.dat";
/** The id counter. */
- private static long idCounter;
+ private static int idCounter;
/** The id. */
- protected long id;
+ protected int id;
/**
* Instantiates a new lang.process.removeprefs.
@@ -1142,7 +1142,7 @@ public class VSPrefs implements Serializable {
*
* @return the iD
*/
- public long getID() {
+ public int getID() {
return id;
}