Changeset 4093


Ignore:
Timestamp:
09/28/03 01:17:13 (20 years ago)
Author:
piso
Message:

public LispObject dispatch(LispObject args, Environment env, int index) => final

File:
1 edited

Legend:

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

    r3894 r4093  
    33 *
    44 * Copyright (C) 2002-2003 Peter Graves
    5  * $Id: Module.java,v 1.6 2003-09-19 14:44:10 piso Exp $
     5 * $Id: Module.java,v 1.7 2003-09-28 01:17:13 piso Exp $
    66 *
    77 * This program is free software; you can redistribute it and/or
     
    2626    protected Module() {}
    2727
    28     public LispObject dispatch(LispObject args, Environment env, int index)
     28    public final LispObject dispatch(LispObject args, Environment env, int index)
    2929        throws ConditionThrowable
    3030    {
Note: See TracChangeset for help on using the changeset viewer.