Update of /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/realtime
In directory usw-pr-cvs1:/tmp/cvs-serv6446
Modified Files:
ImageR.java
Log Message:
fixes javadoc, malformed links
by michal
Index: ImageR.java
===================================================================
RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/realtime/ImageR.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** ImageR.java 10 Sep 2002 19:34:56 -0000 1.16
--- ImageR.java 12 Sep 2002 19:49:03 -0000 1.17
***************
*** 144,148 ****
* rather use some (PENDING) factory object.
* @param aIProf Object providing communication with profiled VM.
! * @alwaysRefresh If set to false, you must refresh objects by calling
* <code>refresh()</code> method, otherwise they are refreshed with
* every read of their attributes.
--- 144,148 ----
* rather use some (PENDING) factory object.
* @param aIProf Object providing communication with profiled VM.
! * @param alwaysRefresh If set to false, you must refresh objects by calling
* <code>refresh()</code> method, otherwise they are refreshed with
* every read of their attributes.
***************
*** 310,314 ****
direction, true, true, IProf.NO_OPTIONAL_ARG, true);
} catch (COMMUN_Exception e) {
! throw new VMDisconnectedException(e.toString());
} catch (IProfException e) {
throw new RuntimeException(e.toString());
--- 310,314 ----
direction, true, true, IProf.NO_OPTIONAL_ARG, true);
} catch (COMMUN_Exception e) {
! throw new RuntimeException(e.toString());
} catch (IProfException e) {
throw new RuntimeException(e.toString());
|