head 1.3; access; symbols start:1.1.1.1 INITIAL:1.1.1; locks; strict; comment @# @; 1.3 date 2004.09.02.18.15.43; author Ricky; state Exp; branches; next 1.2; permissions 666; commitid c204137634e0000; kopt kv; deltatype text; 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.3 log @Changement du nom de variable @ text @package mypackage1; public class test { /** * * @@author $Author: Ricky $ * @@version $Revision: 1.2 $ */ public test() { } public static void main(String[] args) { Integer j = new Integer(2); System.out.println(j); System.out.println("ligne ajoutée"); } }@ 1.2 log @corrections @ text @d3 1 a3 1 public class test d5 2 a6 2 /** * d8 1 a8 1 * @@version $Revision: 1.1.1.1 $ d13 1 a13 1 d16 2 a17 2 Integer i = new Integer(2); System.out.println(i); d20 1 a20 1 @ 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 @@