Update of /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/core
In directory usw-pr-cvs1:/tmp/cvs-serv13031/src/org/beepcore/beep/core
Modified Files:
BEEPException.java
Log Message:
minor fixes
Index: BEEPException.java
===================================================================
RCS file: /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/core/BEEPException.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** BEEPException.java 16 Dec 2001 01:02:13 -0000 1.3
--- BEEPException.java 7 May 2002 04:57:51 -0000 1.4
***************
*** 55,67 ****
}
- /*
- * requests to fill in the stack trace we will have to ignore.
- * We can't throw an exception here, because this method is
- * called by the constructor of Throwable
- */
- public Throwable fillInStackTrace() {
- return this;
- }
-
/**
* Returns the cause of this <code>BEEPException</code>.
--- 55,58 ----
|