Changeset 3879
- Timestamp:
- 09/19/03 00:42:26 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/ConditionThrowable.java
r3878 r3879 3 3 * 4 4 * Copyright (C) 2003 Peter Graves 5 * $Id: ConditionThrowable.java,v 1. 4 2003-09-19 00:36:58piso Exp $5 * $Id: ConditionThrowable.java,v 1.5 2003-09-19 00:42:26 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 33 33 } 34 34 35 public LispObjectgetCondition()35 public Condition getCondition() 36 36 { 37 37 return new Condition();
Note: See TracChangeset
for help on using the changeset viewer.