Update of /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data
In directory usw-pr-cvs1:/tmp/cvs-serv6336
Modified Files:
package.html SnapshotImpl.java
Log Message:
fixes javadoc, malformed links
by michal
Index: package.html
===================================================================
RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data/package.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** package.html 12 Sep 2002 17:18:32 -0000 1.2
--- package.html 12 Sep 2002 19:48:48 -0000 1.3
***************
*** 1,3 ****
<body>
Implementation of {@link net.sourceforge.javaprofiler.jpi.Snapshot} interface, this classes represent nonchanging profiling data.
! </body>
\ No newline at end of file
--- 1,3 ----
<body>
Implementation of {@link net.sourceforge.javaprofiler.jpi.Snapshot} interface, this classes represent nonchanging profiling data.
! </body>
Index: SnapshotImpl.java
===================================================================
RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data/SnapshotImpl.java,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -r1.37 -r1.38
*** SnapshotImpl.java 12 Sep 2002 14:28:14 -0000 1.37
--- SnapshotImpl.java 12 Sep 2002 19:48:49 -0000 1.38
***************
*** 329,336 ****
return roGCRuns;
}
!
/**Return unmodifiable list of objects with information about arenas.
*
! *@return unmodifiable list <code>List</code> of {@link ArenaRef} objects.
*/
public List getArenas() {
--- 329,336 ----
return roGCRuns;
}
!
/**Return unmodifiable list of objects with information about arenas.
*
! *@return unmodifiable list <code>List</code> of <code>ArenaRef</code> objects.
*/
public List getArenas() {
***************
*** 1596,1599 ****
--- 1596,1603 ----
/*
* $Log$
+ * Revision 1.38 2002/09/12 19:48:49 vachis
+ * fixes javadoc, malformed links
+ * by michal
+ *
* Revision 1.37 2002/09/12 14:28:14 michalpise
*
|