Changeset 230
- Timestamp:
- 11/11/02 18:13:11 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/j/Property.java
r218 r230 3 3 * 4 4 * Copyright (C) 2000-2002 Peter Graves 5 * $Id: Property.java,v 1. 4 2002-11-10 00:25:36piso Exp $5 * $Id: Property.java,v 1.5 2002-11-11 18:13:11 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 57 57 public static final Property LOG_MAX_FILE_SIZE = 58 58 createProperty("Log.maxFileSize", 100000); 59 public static final Property NNTP_READ_TIMEOUT = 60 createProperty("nntpReadTimeout", 0); 59 61 public static final Property PRINTER_FONT_SIZE = 60 62 createProperty("printerFontSize", 10);
Note: See TracChangeset
for help on using the changeset viewer.