diff options
| author | Paul Buetow <paul@buetow.org> | 2008-08-13 16:07:15 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-08-13 16:07:15 +0000 |
| commit | efff967bb744b0697592e6108cb227baa58e9885 (patch) | |
| tree | 9677c0ab8d95babc561068f42a73589273f01ff9 /sources/exceptions/VSEventNotCopyableException.java | |
| parent | 5bf750ce5d254cc85790adefccbff78277019353 (diff) | |
all line lengths <= 80
Diffstat (limited to 'sources/exceptions/VSEventNotCopyableException.java')
| -rw-r--r-- | sources/exceptions/VSEventNotCopyableException.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/exceptions/VSEventNotCopyableException.java b/sources/exceptions/VSEventNotCopyableException.java index 44d1960..643339c 100644 --- a/sources/exceptions/VSEventNotCopyableException.java +++ b/sources/exceptions/VSEventNotCopyableException.java @@ -30,9 +30,9 @@ package exceptions; * @author Paul C. Buetow */ public class VSEventNotCopyableException extends Exception { - /** The serial version uid */ + /** The serial version uid */ private static final long serialVersionUID = 1L; - + public VSEventNotCopyableException(String descr) { super(descr); } |
