You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by te...@apache.org on 2006/04/20 12:03:13 UTC

svn commit: r395547 - /incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/TypeNotPresentException.java

Author: tellison
Date: Thu Apr 20 03:03:11 2006
New Revision: 395547

URL: http://svn.apache.org/viewcvs?rev=395547&view=rev
Log:
Apply SUID patch from HARMONY-244 ([classlib][luni] Java 5 enhancements for java.lang.Double)

Modified:
    incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/TypeNotPresentException.java

Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/TypeNotPresentException.java
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/TypeNotPresentException.java?rev=395547&r1=395546&r2=395547&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/TypeNotPresentException.java (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/TypeNotPresentException.java Thu Apr 20 03:03:11 2006
@@ -26,6 +26,8 @@
  * @author Nathan Beyer (Harmony)
  */
 public class TypeNotPresentException extends RuntimeException {
+	private static final long serialVersionUID = -5101214195716534496L;
+
     private String typeName;
 
     /**