Changeset 218
- Timestamp:
- 11/10/02 00:25:36 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/j/Property.java
r18 r218 3 3 * 4 4 * Copyright (C) 2000-2002 Peter Graves 5 * $Id: Property.java,v 1. 3 2002-10-02 02:09:49piso Exp $5 * $Id: Property.java,v 1.4 2002-11-10 00:25:36 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 237 237 public static final Property EOM = 238 238 createProperty("eom"); 239 public static final Property EXPLICIT_TAG = 240 createProperty("explicitTag"); 239 241 public static final Property EXTENSION = 240 242 createProperty("extension");
Note: See TracChangeset
for help on using the changeset viewer.