aboutsummaryrefslogtreecommitdiff
path: root/src/share/classes/java/lang/NoSuchMethodException.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/classes/java/lang/NoSuchMethodException.java')
-rw-r--r--src/share/classes/java/lang/NoSuchMethodException.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/share/classes/java/lang/NoSuchMethodException.java b/src/share/classes/java/lang/NoSuchMethodException.java
index 0fc7113ad..720fbfcbb 100644
--- a/src/share/classes/java/lang/NoSuchMethodException.java
+++ b/src/share/classes/java/lang/NoSuchMethodException.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
@@ -33,6 +33,8 @@ package java.lang;
*/
public
class NoSuchMethodException extends Exception {
+ private static final long serialVersionUID = 5034388446362600923L;
+
/**
* Constructs a <code>NoSuchMethodException</code> without a detail message.
*/