Changeset 3580
- Timestamp:
- 09/04/03 14:55:51 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/ArithmeticError.java
r3575 r3580 3 3 * 4 4 * Copyright (C) 2003 Peter Graves 5 * $Id: ArithmeticError.java,v 1. 1 2003-09-04 14:39:19piso Exp $5 * $Id: ArithmeticError.java,v 1.2 2003-09-04 14:55:51 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 27 27 { 28 28 } 29 30 public ArithmeticError(String message) 31 { 32 super(message); 33 } 29 34 }
Note: See TracChangeset
for help on using the changeset viewer.