summaryrefslogtreecommitdiff
path: root/sources/utils/VSInfoArea.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-25 09:03:10 +0000
committerPaul Buetow <paul@buetow.org>2008-05-25 09:03:10 +0000
commitbb1dbccae485263ea5182546006339870c57b367 (patch)
tree23cfaf1175721d5744bd4f7eaa25b78c71c39c60 /sources/utils/VSInfoArea.java
parenta10580c984fe08374d4c591102115966e5ed31d1 (diff)
comments.
Diffstat (limited to 'sources/utils/VSInfoArea.java')
-rw-r--r--sources/utils/VSInfoArea.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/utils/VSInfoArea.java b/sources/utils/VSInfoArea.java
index 241b8f8..bb485b9 100644
--- a/sources/utils/VSInfoArea.java
+++ b/sources/utils/VSInfoArea.java
@@ -13,7 +13,8 @@ import javax.swing.border.*;
* The Class VSInfoArea.
*/
public class VSInfoArea extends JTextPane {
-
+ private static final long serialVersionUID = 1L;
+
/**
* Instantiates a new vS info area.
*/