From 00120474f64906e34fa79ce6ac8eede521c320d5 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 1 Jun 2008 19:28:00 +0000 Subject: initial complete serialization support --- sources/prefs/VSPrefs.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sources/prefs/VSPrefs.java') 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; } -- cgit v1.2.3