Changeset 230


Ignore:
Timestamp:
11/11/02 18:13:11 (21 years ago)
Author:
piso
Message:

NNTP_READ_TIMEOUT

File:
1 edited

Legend:

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

    r218 r230  
    33 *
    44 * Copyright (C) 2000-2002 Peter Graves
    5  * $Id: Property.java,v 1.4 2002-11-10 00:25:36 piso Exp $
     5 * $Id: Property.java,v 1.5 2002-11-11 18:13:11 piso Exp $
    66 *
    77 * This program is free software; you can redistribute it and/or
     
    5757    public static final Property LOG_MAX_FILE_SIZE =
    5858        createProperty("Log.maxFileSize", 100000);
     59    public static final Property NNTP_READ_TIMEOUT =
     60        createProperty("nntpReadTimeout", 0);
    5961    public static final Property PRINTER_FONT_SIZE =
    6062        createProperty("printerFontSize", 10);
Note: See TracChangeset for help on using the changeset viewer.