diff options
Diffstat (limited to 'sources/prefs/VSPrefs.java')
| -rw-r--r-- | sources/prefs/VSPrefs.java | 6 |
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; } |
