|
From: Pavel V. <va...@us...> - 2002-07-31 21:34:56
|
Update of /cvsroot/javaprofiler/jpi/net/sourceforge/javaprofiler/jpi
In directory usw-pr-cvs1:/tmp/cvs-serv11310
Modified Files:
VirtualMachineRef.java
Log Message:
method renamed to isShutdown()
Index: VirtualMachineRef.java
===================================================================
RCS file: /cvsroot/javaprofiler/jpi/net/sourceforge/javaprofiler/jpi/VirtualMachineRef.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** VirtualMachineRef.java 22 Jul 2002 23:38:17 -0000 1.6
--- VirtualMachineRef.java 31 Jul 2002 21:34:53 -0000 1.7
***************
*** 103,107 ****
* @see shutdown(), exitVM()
*/
! public boolean isShutdowned();
/**
--- 103,107 ----
* @see shutdown(), exitVM()
*/
! public boolean isShutdown();
/**
***************
*** 124,127 ****
--- 124,130 ----
/*
* $Log$
+ * Revision 1.7 2002/07/31 21:34:53 vachis
+ * method renamed to isShutdown()
+ *
* Revision 1.6 2002/07/22 23:38:17 vachis
* no message
|