Changeset 168


Ignore:
Timestamp:
10/19/02 15:26:59 (21 years ago)
Author:
piso
Message:

Minor cleanup.

File:
1 edited

Legend:

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

    r143 r168  
    33 *
    44 * Copyright (C) 1998-2002 Peter Graves
    5  * $Id: ShellFormatter.java,v 1.2 2002-10-15 01:01:16 piso Exp $
     5 * $Id: ShellFormatter.java,v 1.3 2002-10-19 15:26:59 piso Exp $
    66 *
    77 * This program is free software; you can redistribute it and/or
     
    3737    {
    3838        this.buffer = buffer;
    39         if (buffer instanceof Shell)
    40             promptRE = ((Shell)buffer).getPromptRE();
    41         else
    42             promptRE = null;
     39        promptRE = ((Shell)buffer).getPromptRE();
    4340    }
    4441
Note: See TracChangeset for help on using the changeset viewer.