diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-25 09:03:33 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-25 09:03:33 +0000 |
| commit | 009350323123fc4b47041cb2194e8df19f69423b (patch) | |
| tree | a9562cf215181a03137d5281d49d26e0fe5a3b45 /sources/utils/VSInfoArea.java | |
| parent | bb1dbccae485263ea5182546006339870c57b367 (diff) | |
Run astyle.
Diffstat (limited to 'sources/utils/VSInfoArea.java')
| -rw-r--r-- | sources/utils/VSInfoArea.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sources/utils/VSInfoArea.java b/sources/utils/VSInfoArea.java index bb485b9..f922a5b 100644 --- a/sources/utils/VSInfoArea.java +++ b/sources/utils/VSInfoArea.java @@ -13,8 +13,8 @@ import javax.swing.border.*; * The Class VSInfoArea. */ public class VSInfoArea extends JTextPane { - private static final long serialVersionUID = 1L; - + private static final long serialVersionUID = 1L; + /** * Instantiates a new vS info area. */ @@ -24,7 +24,7 @@ public class VSInfoArea extends JTextPane { /** * Instantiates a new vS info area. - * + * * @param text the text */ public VSInfoArea(String text) { |
