aboutsummaryrefslogtreecommitdiff
path: root/src/share/classes/java/net/UnknownServiceException.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/classes/java/net/UnknownServiceException.java')
-rw-r--r--src/share/classes/java/net/UnknownServiceException.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/share/classes/java/net/UnknownServiceException.java b/src/share/classes/java/net/UnknownServiceException.java
index 9e3e7fd35..d006e3af2 100644
--- a/src/share/classes/java/net/UnknownServiceException.java
+++ b/src/share/classes/java/net/UnknownServiceException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 1995-1997 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
@@ -37,6 +37,8 @@ import java.io.IOException;
* @since JDK1.0
*/
public class UnknownServiceException extends IOException {
+ private static final long serialVersionUID = -4169033248853639508L;
+
/**
* Constructs a new <code>UnknownServiceException</code> with no
* detail message.