Changeset 168
- Timestamp:
- 10/19/02 15:26:59 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/j/ShellFormatter.java
r143 r168 3 3 * 4 4 * Copyright (C) 1998-2002 Peter Graves 5 * $Id: ShellFormatter.java,v 1. 2 2002-10-15 01:01:16piso Exp $5 * $Id: ShellFormatter.java,v 1.3 2002-10-19 15:26:59 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 37 37 { 38 38 this.buffer = buffer; 39 if (buffer instanceof Shell) 40 promptRE = ((Shell)buffer).getPromptRE(); 41 else 42 promptRE = null; 39 promptRE = ((Shell)buffer).getPromptRE(); 43 40 } 44 41
Note: See TracChangeset
for help on using the changeset viewer.