From: Lukas P. <pe...@us...> - 2002-02-12 11:20:30
|
Update of /cvsroot/javaprofiler/test/snapshot In directory usw-pr-cvs1:/tmp/cvs-serv5224 Modified Files: DebugOutput.java Log Message: fixed output format Index: DebugOutput.java =================================================================== RCS file: /cvsroot/javaprofiler/test/snapshot/DebugOutput.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** DebugOutput.java 8 Feb 2002 10:13:20 -0000 1.1 --- DebugOutput.java 12 Feb 2002 11:20:25 -0000 1.2 *************** *** 82,86 **** ClassData c = o.getClassData(); if (c != null) System.out.println("CLASS = " + c.getName()); ! System.out.println("IS_ARRAY = "); String s; switch (o.getType()) { --- 82,86 ---- ClassData c = o.getClassData(); if (c != null) System.out.println("CLASS = " + c.getName()); ! System.out.print("IS_ARRAY = "); String s; switch (o.getType()) { *************** *** 296,299 **** --- 296,302 ---- /* * $Log$ + * Revision 1.2 2002/02/12 11:20:25 petrul + * fixed output format + * * Revision 1.1 2002/02/08 10:13:20 petrul * moved from jpiimpl module |