summaryrefslogtreecommitdiff
path: root/sources/exceptions/VSNegativeNumberException.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/exceptions/VSNegativeNumberException.java')
-rw-r--r--sources/exceptions/VSNegativeNumberException.java2
1 files changed, 1 insertions, 1 deletions
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;
}