Update of /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/commun
In directory usw-pr-cvs1:/tmp/cvs-serv7925/net/sourceforge/javaprofiler/jpiimpl/commun
Modified Files:
IProf.java
Log Message:
new comment
Index: IProf.java
===================================================================
RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/commun/IProf.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** IProf.java 2001/11/21 22:05:55 1.4
--- IProf.java 2001/11/21 22:15:29 1.5
***************
*** 1225,1229 ****
public static final int MAX_GET_ALL_CONST = 42;
! /// indication of no operation, used by getComplOp() method
public static final int NO_OPERATION = MAX_GET_ALL_CONST;
--- 1225,1229 ----
public static final int MAX_GET_ALL_CONST = 42;
! /// indication of no operation, used by getComplType2() method
public static final int NO_OPERATION = MAX_GET_ALL_CONST;
|