Ignore:
Timestamp:
2016-01-29T22:36:27+01:00 (8 years ago)
Author:
Don-vip
Message:

javadoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/Tag.java

    r9649 r9678  
    1212
    1313/**
    14  * Tag represents an immutable key/value-pair. Both the key and the value may
    15  * be empty, but not null.
    16  *
    17  * <p/>
     14 * Tag represents an immutable key/value-pair. Both the key and the value may be empty, but not null.
     15 * <p>
    1816 * It implements the {@link Tagged} interface. However, since instances of this class are immutable,
    1917 * the modifying methods throw an {@link UnsupportedOperationException}.
Note: See TracChangeset for help on using the changeset viewer.