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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sources/exceptions/VSEventNotCopyableException.java') 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); } -- cgit v1.2.3