Changeset 6
- Timestamp:
- 09/25/02 13:31:42 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/j/Property.java
r2 r6 3 3 * 4 4 * Copyright (C) 2000-2002 Peter Graves 5 * $Id: Property.java,v 1. 1.1.1 2002-09-24 16:08:01piso Exp $5 * $Id: Property.java,v 1.2 2002-09-25 13:31:42 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 291 291 public static final Property THEME_PATH = 292 292 createProperty("themePath"); 293 public static final Property TUNNEL = 294 createProperty("tunnel"); 293 295 public static final Property USER_FULL_NAME = 294 296 createProperty("userFullName");
Note: See TracChangeset
for help on using the changeset viewer.