aboutsummaryrefslogtreecommitdiff
path: root/src/share/classes/java/util/InputMismatchException.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/classes/java/util/InputMismatchException.java')
-rw-r--r--src/share/classes/java/util/InputMismatchException.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/share/classes/java/util/InputMismatchException.java b/src/share/classes/java/util/InputMismatchException.java
index 87b0c60bf..ff1729c21 100644
--- a/src/share/classes/java/util/InputMismatchException.java
+++ b/src/share/classes/java/util/InputMismatchException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2006 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -36,6 +36,8 @@ package java.util;
*/
public
class InputMismatchException extends NoSuchElementException {
+ private static final long serialVersionUID = 8811230760997066428L;
+
/**
* Constructs an <code>InputMismatchException</code> with <tt>null</tt>
* as its error message string.