|
Message
From: cvs at opencores.org<cvs@o...>
Date: Fri Jun 1 19:15:05 CEST 2007
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/07/06 01:19:15 Modified: jop/java/target/src/jdk_base/java/lang ArrayIndexOutOfBoundsException.java Log: set the String value Revision Changes Path 1.2 jop/java/target/src/jdk_base/java/lang/ArrayIndexOutOfBoundsException.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/jdk_base/java/lang/ArrayIndexOutOfBoundsException.java.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: ArrayIndexOutOfBoundsException.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/jdk_base/java/lang/ArrayIndexOutOfBoundsException.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- ArrayIndexOutOfBoundsException.java 26 Oct 2006 00:47:31 -0000 1.1 +++ ArrayIndexOutOfBoundsException.java 1 Jun 2007 17:15:05 -0000 1.2 @@ -63,6 +63,8 @@ */ public ArrayIndexOutOfBoundsException() { + // until Class works + super("ArrayIndexOutOfBoundsException"); } /**
|