From: Pavel V. <va...@us...> - 2002-09-12 17:17:13
|
Update of /cvsroot/javaprofiler/jpi/net/sourceforge/javaprofiler/jpi In directory usw-pr-cvs1:/tmp/cvs-serv19664 Modified Files: VirtualMachineRef.java Log Message: changes in docs Index: VirtualMachineRef.java =================================================================== RCS file: /cvsroot/javaprofiler/jpi/net/sourceforge/javaprofiler/jpi/VirtualMachineRef.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** VirtualMachineRef.java 12 Sep 2002 13:00:14 -0000 1.10 --- VirtualMachineRef.java 12 Sep 2002 17:17:09 -0000 1.11 *************** *** 111,115 **** * false (still running, normal operation) * ! * @see #shutdown(), #exit() */ public boolean isShutdown(); --- 111,116 ---- * false (still running, normal operation) * ! * @see #shutdown() ! * @see #exit(int) */ public boolean isShutdown(); *************** *** 126,130 **** * use exit() method instead. * ! * @see #isShutdown(), #exit() */ public void shutdown(); --- 127,132 ---- * use exit() method instead. * ! * @see #isShutdown() ! * @see #exit() */ public void shutdown(); *************** *** 134,137 **** --- 136,142 ---- /* * $Log$ + * Revision 1.11 2002/09/12 17:17:09 vachis + * changes in docs + * * Revision 1.10 2002/09/12 13:00:14 michalpise * |