aboutsummaryrefslogtreecommitdiff
path: root/src/share/classes/sun/net/TelnetProtocolException.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/classes/sun/net/TelnetProtocolException.java')
-rw-r--r--src/share/classes/sun/net/TelnetProtocolException.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/share/classes/sun/net/TelnetProtocolException.java b/src/share/classes/sun/net/TelnetProtocolException.java
index 4cf4e72db..8400d13ba 100644
--- a/src/share/classes/sun/net/TelnetProtocolException.java
+++ b/src/share/classes/sun/net/TelnetProtocolException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 1994-1995 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 1994-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
@@ -35,6 +35,8 @@ import java.io.*;
*/
public class TelnetProtocolException extends IOException {
+ private static final long serialVersionUID = 8509127047257111343L;
+
public TelnetProtocolException(String s) {
super(s);
}