Changeset 246
- Timestamp:
- 11/14/02 16:34:16 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/j/Debug.java
r2 r246 3 3 * 4 4 * Copyright (C) 1998-2002 Peter Graves 5 * $Id: Debug.java,v 1. 1.1.1 2002-09-24 16:09:18piso Exp $5 * $Id: Debug.java,v 1.2 2002-11-14 16:34:16 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 60 60 } 61 61 62 // A kinder, gentler form of assertion. 63 public static void bugIfNot(boolean b) 64 { 65 if (!b) 66 bug(); 67 } 68 62 69 public static void dumpStack() 63 70 {
Note: See TracChangeset
for help on using the changeset viewer.