From 5bf750ce5d254cc85790adefccbff78277019353 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 13 Aug 2008 16:01:14 +0000 Subject: some cleanup --- sources/exceptions/VSNegativeNumberException.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sources/exceptions/VSNegativeNumberException.java') diff --git a/sources/exceptions/VSNegativeNumberException.java b/sources/exceptions/VSNegativeNumberException.java index ea6073c..a30a385 100644 --- a/sources/exceptions/VSNegativeNumberException.java +++ b/sources/exceptions/VSNegativeNumberException.java @@ -30,4 +30,6 @@ package exceptions; * @author Paul C. Buetow */ public class VSNegativeNumberException extends Exception { + /** The serial version uid */ + private static final long serialVersionUID = 1L; } -- cgit v1.2.3