head 1.2; access; symbols start:1.1.1.1 INITIAL:1.1.1; locks; strict; comment @# @; 1.2 date 2004.03.21.15.04.18; author Ricky; state Exp; branches; next 1.1; permissions 666; commitid ad4405daef20000; kopt kv; deltatype text; 1.1 date 2004.03.03.12.58.49; author Ricky; state Exp; branches 1.1.1.1; next ; permissions 666; 1.1.1.1 date 2004.03.03.12.58.49; author Ricky; state Exp; branches; next ; permissions 666; desc @@ 1.2 log @corrections @ text @package mypackage1; public class test { /** * * @@author $Author: Ricky $ * @@version $Revision: 1.1.1.1 $ */ public test() { } public static void main(String[] args) { Integer i = new Integer(2); System.out.println(i); System.out.println("ligne ajoutée"); } }@ 1.1 log @Initial revision @ text @d7 2 a8 2 * @@author $Author$ * @@version $Revision$ a16 2 int j = 3; i = new Integer(j); d18 1 @ 1.1.1.1 log @Sources imported into CVS repository. @ text @@