--- a/jdk/src/share/classes/java/lang/LinkageError.java Thu Jun 05 13:42:47 2008 +0200
+++ b/jdk/src/share/classes/java/lang/LinkageError.java Wed Sep 24 05:35:31 2008 -0700
@@ -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
@@ -36,6 +36,8 @@
*/
public
class LinkageError extends Error {
+ private static final long serialVersionUID = 3579600108157160122L;
+
/**
* Constructs a <code>LinkageError</code> with no detail message.
*/