summaryrefslogtreecommitdiff
path: root/javax/naming/OperationNotSupportedException.java
diff options
context:
space:
mode:
Diffstat (limited to 'javax/naming/OperationNotSupportedException.java')
-rw-r--r--javax/naming/OperationNotSupportedException.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/javax/naming/OperationNotSupportedException.java b/javax/naming/OperationNotSupportedException.java
index a4a4945af..d813403de 100644
--- a/javax/naming/OperationNotSupportedException.java
+++ b/javax/naming/OperationNotSupportedException.java
@@ -1,5 +1,5 @@
/* OperationNotSupportedException.java --
- Copyright (C) 2000 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2006 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -40,6 +40,8 @@ package javax.naming;
public class OperationNotSupportedException extends NamingException
{
+ private static final long serialVersionUID = 5493232822427682064L;
+
public OperationNotSupportedException()
{
super();