|
Message
From: cvs at opencores.org<cvs@o...>
Date: Wed Jun 6 02:09:26 CEST 2007
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/07/06 06:02:09 Modified: jop/java/target/src/app/lego Demo2.java Removed: jop/java/target/src/app/lego Demo1.java Log: fixed compatibility error Revision Changes Path 1.2 jop/java/target/src/app/lego/Demo2.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/app/lego/Demo2.java.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: Demo2.java =================================================================== RCS file: /cvsroot/alexander.dejaco/jop/java/target/src/app/lego/Demo2.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- Demo2.java 5 Jun 2007 15:36:36 -0000 1.1 +++ Demo2.java 6 Jun 2007 00:09:26 -0000 1.2 @@ -1,7 +1,5 @@ package lego; -import _legonotforrelease.MyRtThread; - import com.jopdesign.sys.Const; import com.jopdesign.sys.Native; @@ -57,7 +55,7 @@ */ public static void main(String[] args) { - new MyRtThread(10, 1*100) + new RtThread(10, 1*100) { public void run() { up = true;
|
 |