Changeset 11412
- Timestamp:
- 12/03/08 22:44:19 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/ConditionThrowable.java
r11391 r11412 41 41 { 42 42 } 43 /** 44 * Overridden in order to make ConditionThrowable construct 45 * faster. This avoids gathering stack trace information. 46 */ 47 public Throwable fillInStackTrace() 48 { 49 return this; 50 } 43 51 44 52 public ConditionThrowable(Condition condition)
Note: See TracChangeset
for help on using the changeset viewer.