From: Pavel V. <va...@us...> - 2002-09-09 16:28:21
|
Update of /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect In directory usw-pr-cvs1:/tmp/cvs-serv24314 Modified Files: ConnectorManagerImpl.java Log Message: fixies in javadoc Index: ConnectorManagerImpl.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect/ConnectorManagerImpl.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** ConnectorManagerImpl.java 21 Aug 2002 12:49:09 -0000 1.1 --- ConnectorManagerImpl.java 9 Sep 2002 16:28:17 -0000 1.2 *************** *** 36,40 **** * Implementation of Connector Manager. * ! * @see net.sourceforge.javaprofiler.jpi.ConnectorManager * @author Jan Stola */ --- 36,40 ---- * Implementation of Connector Manager. * ! * @see net.sourceforge.javaprofiler.jpi.connect.ConnectorManager * @author Jan Stola */ *************** *** 84,93 **** * initiated a connection. A target VM will remain in this list until it is discarded ! * through {@link net.sourceforge.javaprofiler.jpi.VirtualMachine#dispose()} or until * it stops, whichever happens first. * ! * @return a list of {@link net.sourceforge.javaprofiler.jpi.VirtualMachine} objects, --- 84,93 ---- * 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 * it stops, whichever happens first. * ! * @return a list of {@link net.sourceforge.javaprofiler.jpi.VirtualMachineRef} objects, *************** *** 115,118 **** --- 115,121 ---- /* * $Log$ + * Revision 1.2 2002/09/09 16:28:17 vachis + * fixies in javadoc + * * Revision 1.1 2002/08/21 12:49:09 vachis * VirtualMachineManager renamed to ConnectorManager |