diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-25 09:48:22 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-25 09:48:22 +0000 |
| commit | 5b6bf8d65ecd6b4b3cccc17314dd763255fb3856 (patch) | |
| tree | 6372e6ffb8adc5767d8fd1f35a5f5d3130646ee5 /sources/simulator/VSSimulatorFrame.java | |
| parent | deed4e94f9502377459c1f99f679ea5dd96d9bfa (diff) | |
Added private static final long serialVersionUID = 1L;
Some docu update.
Diffstat (limited to 'sources/simulator/VSSimulatorFrame.java')
| -rw-r--r-- | sources/simulator/VSSimulatorFrame.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/simulator/VSSimulatorFrame.java b/sources/simulator/VSSimulatorFrame.java index 33d3074..bb1c27b 100644 --- a/sources/simulator/VSSimulatorFrame.java +++ b/sources/simulator/VSSimulatorFrame.java @@ -20,6 +20,7 @@ import utils.*; * The Class VSSimulatorFrame. */ public class VSSimulatorFrame extends VSFrame implements ActionListener { + private static final long serialVersionUID = 1L; /** The pause item. */ private JMenuItem pauseItem; |
