Ignore:
Timestamp:
2010-01-06T20:35:56+01:00 (16 years ago)
Author:
Gubaer
Message:

new: JOSM now supports OAuth

See also online help for server preferences and new OAuth Authorisation Wizard

File:
1 edited

Legend:

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

    r2620 r2748  
    8686     */
    8787    public Node(Node clone, boolean clearId) {
    88         super(clone.getUniqueId(), true);
     88        super(clone.getUniqueId(), true /* allow negative IDs */);
    8989        cloneFrom(clone);
    9090        if (clearId) {
Note: See TracChangeset for help on using the changeset viewer.