From: Pavel V. <va...@us...> - 2002-09-12 19:44:29
|
Update of /cvsroot/javaprofiler/patches/openide/org/openide/profiler In directory usw-pr-cvs1:/tmp/cvs-serv4739 Modified Files: ProfilerType.java Log Message: fixes javadoc Index: ProfilerType.java =================================================================== RCS file: /cvsroot/javaprofiler/patches/openide/org/openide/profiler/ProfilerType.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** ProfilerType.java 16 May 2002 11:52:24 -0000 1.1.1.1 --- ProfilerType.java 12 Sep 2002 19:44:26 -0000 1.2 *************** *** 115,119 **** * @return the default debugger * @deprecated There is probably not a single debugger type meaningfully applicable to all file types. - * If you explicitly want to invoke the plain Debugger interfaces, use {@link DebuggerType.Default} instead. */ public static ProfilerType getDefault() { --- 115,118 ---- |