Changeset 143


Ignore:
Timestamp:
10/15/02 01:01:16 (21 years ago)
Author:
piso
Message:

Moved STATE_ constants to Constants.java.

File:
1 edited

Legend:

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

    r2 r143  
    33 *
    44 * Copyright (C) 1998-2002 Peter Graves
    5  * $Id: ShellFormatter.java,v 1.1.1.1 2002-09-24 16:09:15 piso Exp $
     5 * $Id: ShellFormatter.java,v 1.2 2002-10-15 01:01:16 piso Exp $
    66 *
    77 * This program is free software; you can redistribute it and/or
     
    2727public final class ShellFormatter extends Formatter
    2828{
    29     // States.
    30     public static final int STATE_INPUT           = 1;
    31     public static final int STATE_PROMPT          = 2;
    32     public static final int STATE_PASSWORD_PROMPT = 3;
    33 
    3429    // Formats.
    3530    private static final byte SHELL_FORMAT_TEXT   = 0;
Note: See TracChangeset for help on using the changeset viewer.