summaryrefslogtreecommitdiff
path: root/sources/core/VSMessage.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-25 09:48:22 +0000
committerPaul Buetow <paul@buetow.org>2008-05-25 09:48:22 +0000
commit5b6bf8d65ecd6b4b3cccc17314dd763255fb3856 (patch)
tree6372e6ffb8adc5767d8fd1f35a5f5d3130646ee5 /sources/core/VSMessage.java
parentdeed4e94f9502377459c1f99f679ea5dd96d9bfa (diff)
Added private static final long serialVersionUID = 1L;
Some docu update.
Diffstat (limited to 'sources/core/VSMessage.java')
-rw-r--r--sources/core/VSMessage.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/core/VSMessage.java b/sources/core/VSMessage.java
index ff442c7..d939e28 100644
--- a/sources/core/VSMessage.java
+++ b/sources/core/VSMessage.java
@@ -12,6 +12,7 @@ import prefs.VSPrefs;
* This class represents a message which is send from one process to another process in the simulation.
*/
public class VSMessage extends VSPrefs {
+ private static final long serialVersionUID = 1L;
/** Each message belongs to a specific protocol. This variable defined the class name of the protocol being used. */
private String protocolClassname;