From efff967bb744b0697592e6108cb227baa58e9885 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 13 Aug 2008 16:07:15 +0000 Subject: all line lengths <= 80 --- sources/exceptions/VSEventNotCopyableException.java | 4 ++-- sources/exceptions/VSNegativeNumberException.java | 2 +- sources/exceptions/VSParseIntegerVectorException.java | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sources/exceptions') 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); } diff --git a/sources/exceptions/VSNegativeNumberException.java b/sources/exceptions/VSNegativeNumberException.java index a30a385..fdfe530 100644 --- a/sources/exceptions/VSNegativeNumberException.java +++ b/sources/exceptions/VSNegativeNumberException.java @@ -30,6 +30,6 @@ package exceptions; * @author Paul C. Buetow */ public class VSNegativeNumberException extends Exception { - /** The serial version uid */ + /** The serial version uid */ private static final long serialVersionUID = 1L; } diff --git a/sources/exceptions/VSParseIntegerVectorException.java b/sources/exceptions/VSParseIntegerVectorException.java index d8fe4cf..1344192 100644 --- a/sources/exceptions/VSParseIntegerVectorException.java +++ b/sources/exceptions/VSParseIntegerVectorException.java @@ -31,6 +31,6 @@ package exceptions; * @author Paul C. Buetow */ public class VSParseIntegerVectorException extends Exception { - /** The serial version uid */ + /** The serial version uid */ private static final long serialVersionUID = 1L; } -- cgit v1.2.3