aboutsummaryrefslogtreecommitdiff
path: root/src/share/classes/java/io/InterruptedIOException.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/classes/java/io/InterruptedIOException.java')
-rw-r--r--src/share/classes/java/io/InterruptedIOException.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/share/classes/java/io/InterruptedIOException.java b/src/share/classes/java/io/InterruptedIOException.java
index 41cedf6b8..054fe2bb1 100644
--- a/src/share/classes/java/io/InterruptedIOException.java
+++ b/src/share/classes/java/io/InterruptedIOException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 1995-2000 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 1995-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
@@ -41,6 +41,8 @@ package java.io;
*/
public
class InterruptedIOException extends IOException {
+ private static final long serialVersionUID = 4020568460727500567L;
+
/**
* Constructs an <code>InterruptedIOException</code> with
* <code>null</code> as its error detail message.