Changeset 3879


Ignore:
Timestamp:
09/19/03 00:42:26 (20 years ago)
Author:
piso
Message:

Work in progress.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/j/src/org/armedbear/lisp/ConditionThrowable.java

    r3878 r3879  
    33 *
    44 * Copyright (C) 2003 Peter Graves
    5  * $Id: ConditionThrowable.java,v 1.4 2003-09-19 00:36:58 piso Exp $
     5 * $Id: ConditionThrowable.java,v 1.5 2003-09-19 00:42:26 piso Exp $
    66 *
    77 * This program is free software; you can redistribute it and/or
     
    3333    }
    3434
    35     public LispObject getCondition()
     35    public Condition getCondition()
    3636    {
    3737        return new Condition();
Note: See TracChangeset for help on using the changeset viewer.