|
From: Pavel V. <va...@us...> - 2002-09-12 17:18:23
|
Update of /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect
In directory usw-pr-cvs1:/tmp/cvs-serv19942
Modified Files:
ConnectorManagerImpl.java
Log Message:
changes in docs
Index: ConnectorManagerImpl.java
===================================================================
RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect/ConnectorManagerImpl.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ConnectorManagerImpl.java 9 Sep 2002 16:28:17 -0000 1.2
--- ConnectorManagerImpl.java 12 Sep 2002 17:18:20 -0000 1.3
***************
*** 76,80 ****
* Lists all target VMs which are connected to the profiler. The list
includes
! * {@link net.sourceforge.javaprofiler.jpi.VirtualMachine} instances for any
target
--- 76,80 ----
* Lists all target VMs which are connected to the profiler. The list
includes
! * {@link net.sourceforge.javaprofiler.jpi.VirtualMachineRef} instances for any
target
***************
*** 84,88 ****
* initiated a connection. A target VM will remain in this list until it is
discarded
! * through {@link net.sourceforge.javaprofiler.jpi.VirtualMachineRef#dispose()}
or until
--- 84,88 ----
* initiated a connection. A target VM will remain in this list until it is
discarded
! * through {@link net.sourceforge.javaprofiler.jpi.VirtualMachineRef#disconnect()}
or until
***************
*** 115,118 ****
--- 115,121 ----
/*
* $Log$
+ * Revision 1.3 2002/09/12 17:18:20 vachis
+ * changes in docs
+ *
* Revision 1.2 2002/09/09 16:28:17 vachis
* fixies in javadoc
|