Changeset 4508 in josm for trunk/src/org/openstreetmap/josm/data
- Timestamp:
- 09.10.2011 03:05:35 (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/Changeset.java
r2686 r4508 17 17 */ 18 18 public final class Changeset implements Tagged { 19 20 /** The maximum changeset comment text length allowed by API 0.6 **/ 21 public static final int MAX_COMMENT_LENGTH = 255; 22 19 23 /** the changeset id */ 20 24 private int id;
Note: See TracChangeset
for help on using the changeset viewer.
